in reply to
Debugging perl cgi in apache
One fun thing to do is to redirect errors to the browser. Simply use
CGI::Carp
:
use CGI::Carp qw(fatalsToBrowser);
Saves you having to look in the error logs, if you're not the administrator.
Comment on
Re: Debugging perl cgi in apache
Download
Code
In Section
Seekers of Perl Wisdom