in reply to Bulletin Board Script Trouble
use CGI::Carp qw(fatalsToBrowser);
But don't forget to change it to
use CGI::Carp; [download]
before putting the script live. That way you still get the error messages in your server log, but the crackers don't get useful clues to your server setup from your error messages.
"Perl makes the fun jobs fun and the boring jobs bearable" - me