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 <[email protected]>

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to