On Thu, 11 Jan 2001, Doug MacEachern wrote: > of course, there is such a "trick" > >[EMAIL PROTECTED]">http://forum.swarthmore.edu/epigone/modperl/thandflunjimp/[EMAIL PROTECTED] Documentation patch attached. - Perrin
1039a1040,1046
> Cleanup functions registered in the parent process (before forking) will run
> once when the server is shut down:
>
> #PerlRequire startup.pl
> warn "parent pid is $$\n";
> Apache->server->register_cleanup(sub { warn "server cleanup in $$\n"});
>
