Hi,

I get :

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 ?

Thanks,

== Hervé Guillemet

Reply via email to