in reply to Debugging with ActivePerl

Hi tdrought,

Have a read at tachyon's CGI Help Guide tutorial, it has a section titled Debugging which you should read.
Adding use CGI::Carp qw(fatalsToBrowser); at the top of your code should return errors to the browser.
Assuming you have access to your log files, check for errors there.
You may also want to Super Search this problem.

Hope this helps.

Martin