Help for this page
Select Code to Download
Select
or
download this
my $q = CGI->new; my $name = $q->param('name'); warn $name;