in reply to How can I grab all CGI variables at once? (was: CGI)

Look at the "FETCHING THE PARAMETER LIST AS A HASH" section in the CGI manpage for details on the use of &CGI::Vars, which returns the entire list of parameters for assignment to a hash.

Note that this section includes the warning: "When using this, the thing you must watch out for are multivalued CGI parameters."

  • Comment on Re: How can I grab all CGI variables at once? (was: CGI)