[EMAIL PROTECTED] wrote: > dougm 01/10/08 17:13:00 > > Modified: src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h > Log: > *CORE::GLOBAL::exit = \&ModPerl::Util::exit
Is there a way to freeze *CORE::GLOBAL::exit, once you set it? Otherwise some code can set it to a different value and wreck havoc in the whole system. I'm thinking of some modern registry script as an example. Or should we still use the 1.x method where it's a feature that should be used if desired and not working automagically. People will expect exit() == CORE::exit() unless they are under registry. _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
