l<form action="env.cgi"
method="GET">
lFirst Name: <input type="text"
name="fname“ size=30><p>
lLast Name: <input type="text"
name="lname" size=30><p>
l<input type="submit"> </form>
lIf
input is: Sarah Johnson
l$ENV{‘QUERY_STRING’}
would be: fname=Sarah&lname=Johnson