Help for this page
Select Code to Download
Select
or
download this
my $cgi = CGI->new; my %param = map { $_ => $cgi->param($_) } $cgi->param();