Help for this page
<html> <head> ... </form> </body> </html>
CGI script #!/usr/local/bin/perl -wT ... $animal = param('animal'); print "Content-type: text/html\n\n"; print "Show me the $animal";