in reply to Get url params using Apache2::RequestRec

Why are you using Apache2::RequestRec specifically? Apache2::Request has the param method which will do this (at least in the form of a APR::Request::Param::Table object).

Replies are listed 'Best First'.
Re^2: Get url params using Apache2::RequestRec
by Anonymous Monk on Nov 14, 2013 at 15:29 UTC
    Thanks I just use a Request object