More Questions Than Answers

Dan Atrill's blog site

Perl debug

From 123-reg’s online support: Put “use CGI::Carp qw(fatalsToBrowser);” into the second line of your script. This will make perl print the error instead of the “500 Internal Server Error” page, and will allow you to find out where your script is breaking. Can be used in combination with: #!/usr/bin/perl -w use CGI::Carp qw(fatalsToBrowser); use CGI [...]

more... »

Tue, June 15 2004 » Web developing » No Comments