#!/usr/bin/perl use CGI qw(:standard -debug); print "Content-type: text/html\n\n"; print "

Page Under Construction

\n"; print "

To add another product please complete the following form:

\n"; print "\n"; print "Product Name (i.e. Shaving Cream):

\n"; print "Unit of Issue (i.e. ea, gal, pkg):

\n"; print "Quantity to Add:

\n"; print "Cost per unit:

\n"; print "\n"; print " \n"; print "\n"; print "\n"; print "Return to Selection Page"; print "\n"; print "\n";