in reply to CGI::Carp compilation errors

if you like it more verbose try:
use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
and take a closer look to the Tutorials Section - CGI

Replies are listed 'Best First'.
Re: Re: CGI::Carp compilation errors
by Anonymous Monk on Mar 23, 2004 at 22:56 UTC
    I still get
    Global symbol "$var" requires explicit package name
    at /usr/local/apache/htdocs/cgi-bin/debug.cgi line 13.
    Global symbol "$var" requires explicit package name
    at /usr/local/apache/htdocs/cgi-bin/debug.cgi line 14.
    Execution of /usr/local/apache/htdocs/cgi-bin/debug.cgi
    aborted due to compilation errors.

    appearing in my apache error log rather than my browser

    my question is more out of curiosity than necessity.