Then, in your CGI code, the 'do' form var will contain 'Hello'.
You must allow for the 'GET' method in your CGI. If you are using CGI.pm, it handles that for you.
#!/usr/local/bin/perl
use CGI;
my $cgi = new CGI;
$doWhat = $cgi->param('do');
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.