This document as been archived from previously offered UTS training course(s) and is NOT updated or supported.

For information about current course offerings, please visit: UTS Training

For current versions of course handouts, please visit: UTS Training Course Handouts

Advanced HTML

Bob Stocker and Carol Taylor

CGI GET Method

This example transmits information to the perl program penv using the GET method. Penv displays its working directory, its arguments, environment variables, and any data transmitted to its standard input file.

The GET method tranmits information to the CGI program by appending it to the URL (uniform resource locator).

Use the following form to transmit data to cgipenv. Be sure to observe:
Gender:
Female
Male
Food preferences (Please check as many as you like):
Ice Cream
Grits
Raw Onions
Cooked Onions
Chocolate
Roast Beef
Tacos



Revised March 12, 1998.