perl -wle' use CGI; my $cgi = CGI->new; print $cgi->param("test"); print $cgi->param("test2"); ' test=23 test2=42 23 42