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, 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
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
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