use CGI ':cgi-lib'; my $cgi = new CGI; my $hash_ref = $cgi->Vars; print $hash_ref->{'name'};