[cgiapp] CAP to implement CGI::Expand?

Jaldhar H. Vyas jaldhar at braincells.com
Sat May 16 19:07:29 EDT 2009


On Wed, 13 May 2009, Gurunandan R. Bhat wrote:

> Hi,
>
>    Is there a plugin that would enable me to use features that I get
> with CGI::Expand in vanilla CGI?

A plugin seems unnecessary.

>From the docs:

"expand_cgi works with CGI.pm, Apache::Request or anything with an 
appropriate "param" method. Or you can use expand_hash directly."

So you could just use:

$deep_hash = expand_cgi ( $self->query );


-- 
Jaldhar H. Vyas <jaldhar at braincells.com>


More information about the cgiapp mailing list