#!/usr/bin/perl #print "Content-type: text/html\n\n"; ################################################## # Make sure these paths are correct ############## ################################################## require 'config.pl'; &config_dat; require 'functions.pl'; ################################################## # Get Form Input ################################# ################################################## # # Added the header & footer section for the pages # $headerfile="/home/family/htdocs/header.txt"; $footerfile="/home/family/htdocs/footer.txt"; open(HEADER,$headerfile); @header=
; close(HEADER); open(FOOTER,$footerfile); @footer=