Try putting the following at the beginning of your script, it helps a lot 
with debugging CGI:

use CGI::Carp qw/fatalsToBrowser/;

Instead of getting the usual Internal Server error, it displays the error in 
your browser. Of course, make sure you have CGI first.

Reply via email to