[CGI ERR] Global symbol requires explicit package name ...

2002-10-18 Thread Colby
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 '.')

RE: What is the source of the error (listed below, its lengthy)

2001-12-19 Thread Colby
On Wed, 2001-12-19 at 13:51, Bob Showalter wrote: This warning is caused by the space between print and the opening paren. You can suppress the warning by writing: print( qq| # note no space after print instead of print ( qq| Okay, I took out