|
|
| There's more than one way to do things | |
| PerlMonks |
Re^3: Having trouble with pperl (Persistent Perl) and CGIby blahblahblah (Priest) |
| on Apr 25, 2008 at 00:16 UTC ( #682743=note: print w/ replies, xml ) | Need Help?? |
|
This sounds a lot like what would happen if you had read STDIN already before calling new CGI(). If you just want to create a CGI object without it trying to automatically read the script's input, you can initialize it with an empty string: new CGI("").
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||