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). -- Joe Schaefer
