Re: cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_perl.cmodperl_perl.h

2001-10-09 Thread Doug MacEachern
On Tue, 9 Oct 2001, Stas Bekman wrote: > all I wanted to say that somebody will run a script that mungles > *CORE::GLOBAL::exit. Since *CORE::GLOBAL:: is relatively new, I've > called it modern :) well if somebody really wants to mess with it, thats up to them. > but I understand, it doesn'

Re: cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_perl.cmodperl_perl.h

2001-10-09 Thread Doug MacEachern
On Tue, 9 Oct 2001, Stas Bekman wrote: > Is there a way to freeze *CORE::GLOBAL::exit, once you set it? no. > Otherwise some code can set it to a different value and wreck havoc in > the whole system. then they get what they deserve. > I'm thinking of some modern registry script as an examp