Help for this page
my $cgi = new CGI; my $must_have_param = $cgi->param('foo'); ... { $must_have_param = 'Alive!'; }