in reply to
Debugging perl cgi in apache
First off check your apache error logs. Secondly, have a look at the CGI::Carp module, maybe putting
use CGI::Carp qw(fatalsToBrowser);
[download]
in your code to get errors reported to the browser.
Comment on
Re: Debugging perl cgi in apache
Download
Code
In Section
Seekers of Perl Wisdom