#!/usr/local/bin/perl ########################################################################### # frontpage.pl # # # # This script was written by Selena Sol (selena@eff.org # # http://www.eff.org/~erict) having been inspired by countless other # # perl authors. Feel free to copy, cite, reference, sample, borrow or # # plagiarize the contents. However, please let me know where it goes so # # that I can at least watch and take part in the development of the # # memes. Information wants to be free, support public domain freware. # # # ########################################################################### # Define some server specific variables and gather the incoming form data require "./define_variables.pl"; require "./Library/process_get_form_data.pl"; # Rename the cart_id number for ease of use $cart_id = "$MYDATA{'cart_id'}"; # Output the HTMl header print "Content-type: text/html\n\n"; print "