Hi everyone.
I'm trying to put a cgi form-emailer on my site (which is all under construction really) http://watersoul.frih.net/lepetitloron/contact.html and it's the first time I've tried but am getting stuck on a couple of things...
Does anyone know what I ammend this script to:
# Location of mail program - check your doc or ask admin
$MailProgram = '/usr/lib/sendmail';
plus...
#!/usr/bin/perl
# location of Perl (above) - check your doc or ask admin
I think, but I'm not sure that these are the only things I need to know to make the form work.
I'm a bit excited thinking that, yes, I can get a cgi form done hopefully, but I need the help of anyone who knows about these things, and I am very grateful for any advice anyone can offer.
Thanks 2 all
I'm trying to put a cgi form-emailer on my site (which is all under construction really) http://watersoul.frih.net/lepetitloron/contact.html and it's the first time I've tried but am getting stuck on a couple of things...
Does anyone know what I ammend this script to:
# Location of mail program - check your doc or ask admin
$MailProgram = '/usr/lib/sendmail';
plus...
#!/usr/bin/perl
# location of Perl (above) - check your doc or ask admin
I think, but I'm not sure that these are the only things I need to know to make the form work.
I'm a bit excited thinking that, yes, I can get a cgi form done hopefully, but I need the help of anyone who knows about these things, and I am very grateful for any advice anyone can offer.
Thanks 2 all
