I'm trying to create a contact form so that customers can email me, using specific required info. I don't understand the concept of using a mail template. I created a form on my wesite, in which the info, including the customer's email address is to be entered and submitted. I set the method to post, and the action to "cgi-bin/mail.cgi".
Now my mail.cgi is just a template that has this in it:
$name
$email
$address
$dayphone
$nightphone
$subject
What am I doing wrong? How am I supposed to make reference to the Tripod mailer, and which file do I put it in?
I keep getting this error message everytime it tries to access mail.cgi that says "Your script produced this error:
Can't locate File/Glob.pm in @INC (@INC contains: . / /lib /site_perl) at mail.cgi line 1.
BEGIN failed--compilation aborted at mail.cgi line 1."
If anyoner would be willing to take me through understanding this, I would be extremely greatful!
2006-07-28
05:38:21
·
1 answers
·
asked by
Rockstar
6
in
Computers & Internet
➔ Programming & Design