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.

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.