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

i get:
Can't use an undefined value as a HASH reference at ...

using:

warn "debug:" . $pass->{r}->content->{year} . " " . $pass->{r}->content->{foundation};
which is the same, just no temp var.

could i be missing something in my mod_perl install? that's all i can think of ...

Replies are listed 'Best First'.
Re^3: Apache::Request->param() failing on POSTs
by BaldPenguin (Friar) on Jun 16, 2005 at 15:36 UTC
    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