in reply to making a hash from cgi parameters
use CGI ':cgi-lib'; my $cgi = new CGI; my $hash_ref = $cgi->Vars; print $hash_ref->{'name'}; [download]