[prev] [index] [next]

Example CGI.pm

Consider a data collection form (SayHello.html):

<form name="Hello" action="HelloScript.cgi">
Your name: <input name="UserName" type="text">
<input type=submit value="Say Hello">
</form>

And consider that we type John into the input box.