In the second snippet, it's simpler to use an anonymous array: my %hash = map {$_, [$query->param($_)]} @names; The new CGI method for getting a hash of the parameters is Vars(): my %hash = $query->Vars(); However, that uses the cgi-lib approach of joining multiple values with "\0". :/
In reply to Re: (Ovid) Re: Passing Params
by chipmunk
in thread Passing Params
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |