in reply to unsupported REQUEST_METHOD?
How do you run this script? It looks like REQUEST_METHOD environment variable isn't set. If you run this script from command line you should set it manually. Try print out environment somewhere in your script:
it will print list of environment variables into web-server error log, or to console if you run it from command line.use Data::Dumper; warn Dumper \%ENV;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: unsupported REQUEST_METHOD?
by Anonymous Monk on Nov 15, 2009 at 00:18 UTC |