in reply to mod_perl2 and CGI-parameters //SOLVED//

There is Apache2::Request, for this you need to install libapreq2.

Phil

Update: Noted that for Apache 2 you want libapreq2.

Replies are listed 'Best First'.
Re^2: mod_perl2 and CGI-parameters
by CountZero (Bishop) on Aug 28, 2006 at 16:23 UTC
    Thanks.

    Of course libapreq2, that is why my search on ppm turned up empty, Apache2::Request actually lives inside the libapreq2 distribution. I thought -erroneously as it appears- that it would have been installed when I installed mod_perl.

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

      It isn't installed automatically with mod_perl because, although it is maintained by the mod_perl developers, it is an Apache module which makes request parsing available to other non-perl related Apache modules.