in reply to
Debugging Perl .cgi forms
Hard to say without seeing some of your code.
But here are a some recommendations.
Check your environment variables
Check your permissions
use CGI::Carp qw(fatalsToBrowser);
Comment on
Re: Debugging Perl .cgi forms
Download
Code
In Section
Seekers of Perl Wisdom