The following code:
...produces an Internal Server Error for the obvious reason that "prnt" should be "print". But why can't I get this compile time error to appear in the browser window? How come "fatalsToBrowser" doesn't work in this case?use CGI; use CGI::Carp qw(fatalsToBrowser); $query = new CGI; print $query->header; prnt "hello";
I've read the Carp documentation but that didn't help me much.
Thanks!
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar";
$nysus = $PM . $MCF;
In reply to Gettin ALL errors with carp module by nysus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |