in reply to Re^2: help with start_table of CGI.pm
in thread help with start_table of CGI.pm
You may very well have created a CGI object at the start of your code ... but in your OP (and here in your now working call) you are not calling a method on that obj, you're calling a class method.
I suggest you use a different name for your variable, something like $cgi to avoid confusion between your obj and the class.
|
|---|