in reply to Re: Gettin ALL errors with carp module
in thread Gettin ALL errors with carp module
I obviously have no clue because it doesn't work. Is it possible to feed compile time errors to the browser? I'm assuming no.use CGI; BEGIN { use CGI::Carp qw(carpout fatalsToBrowser); open STDOUT; carpout STDOUT; } $query = new CGI; print $query->header; prnt "hello";
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar";
$nysus = $PM . $MCF;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Gettin ALL errors with carp module
by nysus (Parson) on May 20, 2001 at 20:11 UTC | |
by chipmunk (Parson) on May 20, 2001 at 20:39 UTC | |
by webmaster33 (Initiate) on May 21, 2001 at 06:28 UTC |