in reply to How to locate an error in a CGI application

With a CGI program you might find it easier to use:
use CGI::Carp qw(fatalsToBrowser);

Replies are listed 'Best First'.
Re^2: How to locate an error in a CGI application
by rbi (Monk) on Aug 16, 2007 at 14:14 UTC
    Thanks :)