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');
Comment on
Re: Passing Arguments With Perl/Cgi
Download
Code
In Section
Seekers of Perl Wisdom