in reply to
Re^2: Error Output
in thread
Error Output
If your code is calling
die
, then
$SIG{__DIE__}=\&{cluck @_};
along with
CGI::Carp qw(fatalstobrowser)
should do you.
Comment on
Re^3: Error Output
Select
or
Download
Code
Replies are listed 'Best First'.
Re^4: Error Output
by
geckosan
(Sexton)
on Jan 21, 2009 at 21:11 UTC
as you say kennethk, cheers mang.
[reply]
In Section
Seekers of Perl Wisdom