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 POST Method

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

The POST method tranmits information to a CGI program through its standard input file.

Use the following form to transmit data to penv. 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.