Geoffrey Young wrote:

is there a non-official way to exit? yes, exit() is exactly that. So exit() is not good. It has to be ModPerl::Util::exit(). It's only imported by default for registry script.


I thought it was aliased everywhere and you needed to call CORE::exit() to get the "bad" exit. just going from memory, though.

Ooops, you are right


src/modules/perl/modperl_perl.c: MP_PERL_CORE_GLOBAL_ENT("exit"),

So what are the other non-official ways to exit? CORE::exit()?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to