chriso has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -w
use CGI ':standard';
use CGI::Carp qw(fatalsToBrowser);
However, they are not getting any errors to the browser. For example. The browser will tell me internal error. However, when I run perl -c at the console, it tells me, "syntax error at quizfive.cgi line 23, near "; ||"
What do we need to do to get this error out to the browser?
Thanks.
|
|---|