I've recently successfully installed version 3 of the software on a Windows 2000 box, but am having some problems running the software. When I try to test the ordering, I get the message below.
Global symbol "$nDWin3" requires explicit package name at C:\cgi-bin\ca000001.pl line 829.
syntax error at C:\cgi-bin\ca000001.pl line 829, near "$nDWin3
After checking into the file, I'm finding that there are incomplete lines of code. For example, line 828 and 829 above are shown below.
$Values{"DATE"} = sprintf("%4.4d/%2.2d/%2.2d", $nYear, $nMonth, $nDWin3
}
If you have any suggestions I might try, it would be greatly appreciated.
Global symbol "$nDWin3" requires explicit package name at C:\cgi-bin\ca000001.pl line 829.
syntax error at C:\cgi-bin\ca000001.pl line 829, near "$nDWin3
After checking into the file, I'm finding that there are incomplete lines of code. For example, line 828 and 829 above are shown below.
$Values{"DATE"} = sprintf("%4.4d/%2.2d/%2.2d", $nYear, $nMonth, $nDWin3
}
If you have any suggestions I might try, it would be greatly appreciated.
Comment