Actually my cgi form populates a document. I am currently using
JavaScript to do my blank validation checks but now want to
use perl to do blank validation checks and also check the document
to see if the data entered already exists. So I am assuming I need
to do this with something that can open up a file and check if the
data exists before I populate the document. I also assume I can do
this with the onsubmit?