On Nov 22, 2007 2:36 PM, Jimmy Li <[EMAIL PROTECTED]> wrote: > I'm currently using the tied APR::Request::Param::Table object to get > request parameters. However, this tied object does not implement STORE > so I cannot add or modify information in this object.
Can you tell us what you're ultimately trying to do? Most people use either Apache2::Request (libapreq2) or CGI.pm for reading the request params. - Perrin