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);
Comment on
Re: How to locate an error in a CGI application
Download
Code
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 :)
[reply]
In Section
Seekers of Perl Wisdom