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);
in your code to get errors reported to the browser.