#!/usr/local/bin/perl # order2.pl # ITA online order form # 2/22/96 Brian Goldman # last modified 3/12/96 # Print out a content-type for HTTP/1.0 Compatibility print "Content-type: text/html\n\n"; print "
\n"; # Print a title and initial heading print ""; $FORM{$name} = $value; } # -------------------------------------------------- $cardtype = $FORM{'cards'}; $cardnumber = $FORM{'cardno'}; $expiredate = $FORM{'expdate'}; $gtotal = $FORM{'amount'}; $gtotout = sprintf("%8.2f", $gtotal); # --------------------------------------------------- print "
"; print ""; print ""; exit;