in reply to Re: Error Output
in thread Error Output

I'm not generating the error, it's coming up in the code.

Replies are listed 'Best First'.
Re^3: Error Output
by kennethk (Abbot) on Jan 21, 2009 at 21:10 UTC
    If your code is calling die, then $SIG{__DIE__}=\&{cluck @_}; along with CGI::Carp qw(fatalstobrowser) should do you.
      as you say kennethk, cheers mang.