http://www.perlmonks.org?node_id=478290


in reply to Re^2: Don't understand error messages
in thread Don't understand error messages

Are you sure that you are using CGI.pm from F:\perl\lib and not from somewhere else in @INC? Try running this simple script:
use CGI.pm; print "$INC{CGI.pm}\n";
That will tell you were Perl is really getting CGI.pm from.

Ivan Heffner
Sr. Software Engineer, DAS Lead
WhitePages.com, Inc.

Replies are listed 'Best First'.
Re^4: Don't understand error messages
by Anonymous Monk on Jul 27, 2005 at 13:56 UTC
    I ran the script and the page was blank. What does that mean?

    Chris