I have a CGI script accessing a MySQL DB via DBI, the script executes
almost flawlessly on my home Linux box running Apache 1.3.26 and Perl
5.8.0 (with the usual modules installed and then some :) (The only
complaint my computer gives is a warning related to the concatenation
operator '.')
Howeve
On Wed, 16 Oct 2002 at 19:33, Colby opined:
[snip]
C:Global symbol "" requires explicit package name at ./myscript.cgi line
C:60, 70, 90, 108
[snip]
C:I've gone over the code with a fine-tooth comb as it were, checked for
C:the usual (missing semi-colons, right parenthesis/curly braces, etc
C:...)