in reply to Re^2: Apache::Request->param() failing on POSTs
in thread Apache::Request->param() failing on POSTs

That could be important, Apache::Request uses that process for getting the POST content, which can only be read once. Maybe the content is already pulled somewhere. That would cause your original error and the undefined value error as well.

How is $pass being defined?

Don
WHITEPAGES.COM | INC

Edit by castaway: Closed small tag in signature

  • Comment on Re^3: Apache::Request->param() failing on POSTs