On Fri, 7 Oct 2005, Joe Schaefer wrote:
Herve Guillemet <[EMAIL PROTECTED]> writes:
Can't locate object method "FIRSTKEY" via package
"APR::Request::Param::Table"
when I try something like :
my $req = APR::Request::Apache2->handle($r);
my $table = $req->param;
my $fk = each %$table;
While using Apache2::Request does work.
How could this be ?
Probably because APR::Request::Param isn't loaded, but I've
patched trunk so that shouldn't be required in the coming 2.07 release
(APR::Request::Param::Table is now contained in APR::Request).
Thanks, "use APR::Request::Param" does solve the problem.
The same happens for APR::Request::Cookie and might need to be fixed too.