Arshavir Grigorian wrote:
Hello list,
Not sure when this started happening, but at some point calling
CGI::Carp::carp() started resulting in deep recursion within
CGI::Carp::warn() eventually killing the process. I think the recursion
is caused by the following:
$main::SIG{__WARN__}=\&CGI::
Brian Dimeler wrote:
Hi,
I've noticed that on some of my simpler CGI scripts, in which I use
CGI::Carp's 'die' replacement to print an error message to the browser,
PerlRun will give an internal server error instead, but still log the
error message. These scripts worked fine under mod_cgi. CGI: