in reply to Re^2: goto in CORE::GLOBAL::exit - is it safe?
in thread goto in CORE::GLOBAL::exit - is it safe?
use subs qw(exit); # this is also part of the exit mod_perl code # if anyone cares # Figure out how to exit mod_perl. *exit = $ENV{'MOD_PERL'} ? \&Apache::exit : sub { CORE::exit };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: goto in CORE::GLOBAL::exit - is it safe?
by powerman (Friar) on Aug 30, 2007 at 16:41 UTC | |
by SFLEX (Chaplain) on Aug 30, 2007 at 17:12 UTC |