in reply to (jeffa) Re: I know this is very easy
in thread Printing variables from CGI form (was: I know this is very easy)

If you don't mind "polluting" your name space, CGI.pm can also magically create a hash of your parameters with the Vars method.
my %params=$cgi->Vars;