in reply to
500 server error with no explenation
This may save you some time and help - try using
CGI::Carp
. As it states in this node.. add this to your code:
use CGI::Carp qw(fatalsToBrowser);
Comment on
Re: 500 server error with no explenation
Download
Code
In Section
Seekers of Perl Wisdom