in reply to Re: $ENV{'REQUEST_METHOD'} undefined?
in thread $ENV{'REQUEST_METHOD'} undefined?
I belive this is a problem with my Perl syntax since I have used this subroutine in the past without error on the same server running the same version of Perl. I have recently moved the subroutine readPostInput() from the bottom of the script to the top because I was receiving an error similar to this:
main::readPostInput() called too early to check prototype at index.pl line 18.This problem didn't persist until after I used this forward declaration technique.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: $ENV{'REQUEST_METHOD'} undefined?
by rovf (Priest) on Nov 30, 2009 at 13:36 UTC |