12
foreach($cgi->param){ $hash{$_} = $cgi->param($_) }
foreach(@{shift()}){ $hash{$_} = $cgi->param($_) }