in reply to See errors in CGI scripts using perl

As others have pointed out, CGI::Carp qw(fatalsToBrowser); is what you're after. You will want to use this for development *only* as it is a potential security hole if left in production code.

Also, check out Ovid's Web Programming Using Perl course.

-- vek --