[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 '.') Howeve

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

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

2001-12-19 Thread Colby
When I run my index.pl script from the command line I get the following output: print (...) interpreted as function at ./index.pl line 10. Content-Type: text/html; charset=ISO-8859-1 Use of uninitialized value in concatenation (.) or string at ./index.pl line 10. Use of uninitialized value in co

CGI.pm and multiple CSS links

2001-11-26 Thread R . Colby Williams
Is there a way to have CGI.pm output more than one ?? I have tried $q->start_html ( -style => { -src => "/css/whatever.css", -src => "/css/whenever.css" } ) But it doesn't work like the documentation leads me to believe. I realize that I can combine the two CSS files into one but I