in reply to
CGI Configuration Woes (was: newbie alert)
Sorry...that should be "PAGE CANNOT BE DISPLAYED" error..
Comment on
Re: newbie alert
Replies are listed 'Best First'.
Re: Re: newbie alert
by
foogod
(Friar)
on Jun 19, 2001 at 00:21 UTC
There are a couple of problems with your script:
1) You are using
use strict
but you do not declare your variables with
my
2) On line 18 you are missing an ending parenthesis
)
3) On line 42 you are missing a end quote
"
HTH
[reply]
[d/l]
[select]
In Section
Seekers of Perl Wisdom