Re: CGI::Carp

2005-07-26 Thread Arshavir Grigorian
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::

Re: CGI::Carp and PerlRun

2004-12-09 Thread Stas Bekman
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: