in reply to Mod CGI problems with POST
Ignore this b.s. didn't check to make sure it was accurate.
You can't create a CGI object when you're using the :standard function oriented interface.
Change use CGI qw/:standard/; to use CGI; and your object will be created properly
|
|---|