Perl: The param() function
The param() function
Once the CGI module is used, you have access to the param() function
param() returns the value of a form variable passed as a parameter to your program
my $name = param("name"); # $name now holds whatever the name field on