in reply to What does this warning mean?
The error may go away if you create a CGI object as follows:
my $cgi_object = new CGI; if( ! $cgi_object->param() ) { print "No yadda yadda yadda."; }
Naturally, you may want to have the CGI object created much earlier in your program...
elbieelbieelbie
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (elbie): What does this warning mean?
by davorg (Chancellor) on Aug 17, 2001 at 12:08 UTC | |
by elbie (Curate) on Aug 17, 2001 at 18:26 UTC | |
by davorg (Chancellor) on Aug 17, 2001 at 19:03 UTC |