#!/usr/local/bin/perl ############################################################################# # orderBook: Take book order thru an ARGV ############################################################################# $book = $ARGV[0]; # get the book requested print "Content-type: text/html \n"; print "\n"; print ""; print " Order Ice Cream

Confirm Your Order



Enter Full Name

Enter Address

Payment Option:
Master Card Visa American Express

";