in reply to Help with CGI/Perl
Another little tip. Putting use CGI::Carp qw(fatalsToBrowser); in your script will usually display CGI errors in your browser. This makes debugging much easier.