Re: [htmltmpl] catch the carp::croak() death...
Brought to you by:
samtregar
From: Chris R. <ct...@dy...> - 2003-06-27 08:52:40
|
On Fri, 27 Jun 2003, Vince Veggus wrote: [snip] > Is there a way to catch the "die" that carp::croak calls? eval { ...code that dies... }; if ($@) { # There was an error in the eval {} } -- Chris Reinhardt ct...@dy... Systems Architect Dynamic DNS Network Services http://www.dyndns.org/ |