Hello List,

I'm at my wits end here and could use some help... If I change:

use CGI;
to
CGI::Carp qw(fatalsToBrowser);

I at least get this clue as to what's going on (or not)" but it doesn't
help *ME* at all. Could someone clue me in???

"Can't locate object method "new" via package "CGI" at
J:\Inetpub\clients\onlinecardealer.com\www\cgi-bin\anlgform.pl line 38."

36 # 1) INITIALISATION
37 $ENV{PATH} = '';
38 $query = new CGI;
39 $|=1;
40 $lt = localtime;
41 $progname = $0 || 'anlgform.pl';
42 if (($^O =~ /win32/i || $^O =~ /^win/i) &&
Win32::GetShortPathName($analog)) {
43    $analog = Win32::GetShortPathName($analog);
44 }

------------------------------oOo------------------------------
David Hinckle
[EMAIL PROTECTED]
------------------------------oOo------------------------------

------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to