RE: push_handlers (was: PerlCleanupHandler vs register_cleanup)

2000-08-24 Thread Geoffrey Young
(was: PerlCleanupHandler vs register_cleanup) While we're on the subject of handlers, if I have PerlLogHandlers moda modb modc in my conf file and I do $r-push_handlers('PerlLogHandler', \d); $r-push_handlers('PerlLogHandler', \e); during the content phase what is the order

Re: PerlCleanupHandler vs register_cleanup

2000-08-24 Thread Stas Bekman
On Thu, 24 Aug 2000, Paul G. Weiss wrote: What is the difference between doing $r-push_handlers('PerlCleanupHandler', \function); and $r-register_cleanup(\function); The same: http://www.modperl.com/book/chapters/ch9.html#Server_Core_Functions The register_cleanup() method

push_handlers (was: PerlCleanupHandler vs register_cleanup)

2000-08-24 Thread Paul G. Weiss
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 24, 2000 12:47 PM To: Paul G. Weiss Cc: modperl Subject: Re: PerlCleanupHandler vs register_cleanup On Thu, 24 Aug 2000, Paul G. Weiss wrote: What is the difference between doing $r