![]() |
|
Just another Perl shrine | |
PerlMonks |
(elbie): What does this warning mean?by elbie (Curate) |
on Aug 17, 2001 at 01:05 UTC ( #105519=note: print w/replies, xml ) | Need Help?? |
It's a rather lengthy error message. I'm not sure how
much of it was generated by the debugger, but in the
example you give, you're invoking an uninstantiated
method of the CGI module.
The error may go away if you create a CGI object as follows:
Naturally, you may want to have the CGI object created much earlier in your program... elbieelbieelbie
In Section
Seekers of Perl Wisdom
|
|