johnnywang has asked for the wisdom of the Perl Monks concerning the following question:
to get and set request parameters. I couldn't seem to find an equivalent in mod_perl 2, Apache2::Request allows retrieving parameters by its param() method, but no way to set the parameters to be processed further down the chain, thanks.my $value = $r->args->{'foo'}; $r->args->{'foo'} = "bar";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: mod_perl 2 migration problems
by perrin (Chancellor) on Sep 14, 2006 at 16:35 UTC | |
by johnnywang (Priest) on Sep 14, 2006 at 16:43 UTC | |
by perrin (Chancellor) on Sep 14, 2006 at 18:26 UTC | |
by johnnywang (Priest) on Sep 14, 2006 at 19:56 UTC |