in reply to Re: Strategies for exiting early for CGI::Application based webapp.
in thread Strategies for exiting early for CGI::Application based webapp.
sub safe_exit { my $self = shift; $self->teardown(); # Include other functions that should be run here. exit; }
--tidiness is the memory loss of environmental mnemonics
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Strategies for exiting early for CGI::Application based webapp.
by valdez (Monsignor) on Oct 22, 2003 at 16:48 UTC |