in reply to Passing Arguments With Perl/Cgi

Use CGI -- the standard module for CGI programming. Getting a parameter is as easy as: my $value = $cgi->param('value');