"Jim McCoy" <[EMAIL PROTECTED]> wrote on 3/17/01: >>> Here is the script up to line 5: #!/usr/bin/perl -w use cgi qw(:standard); use strict; use diagnostics; print header; >>> I capitalized cgi and eliminated the error messages you received. #!/usr/bin/perl -w use CGI qw(:standard); use strict; use diagnostics; print header; _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
- Help identifying an error Jim McCoy
- Re: Help identifying an error Joe Schell
- Re: Help identifying an error Jim McCoy
- Re: Help identifying an error $Bill Luebkert
- RE: Help identifying an error James E Keenan
- RE: Help identifying an error John Cope