The link: http://www.whatever.com/cgi-bin/variabletest.pl?animal=dog and the script: #!/usr/bin/perl $pet = $formdata{'animal'}; print "Content-type: text/html\n\n"; print <
STUFF