in reply to Just a wee bit o' mod_perl
Though you are still making copies of everything which might seem a bit inefficient...Unfortunately, I don't see a direct way to get at CGI.pm's internal storage of key/value pairs.my %params; foreach my $param ($apr->param) { $params{ $param } = $apr->param( $param ); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Just a wee bit o' mod_perl
by BMaximus (Chaplain) on Apr 22, 2001 at 06:32 UTC |