I really don’t know what I’m doing, but I need my text fields to import to my email fields so I get an email from the person who fills out the form. The form is in my perl script. Does anyone have any tips on how I can do this. I get a blank email now.
#!/usr/local/bin/perl...
I'm new to perl, I have text boxes set up I need to know how to have it sent to us.
#!/usr/local/bin/perl
read(STDIN,$temp,$ENV{'CONTENT_LENGTH'});
@pairs=split(/&/,$temp);
foreach $item(@pairs)
{
}
print "Content-type: text/html\n\n";
print...
I’m new to perl. I want to make a form that a customer has to fill out his information then sends an email to me. I also want to redirect them to another page. Is this possible?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.