Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: angela5780
  • Content: Threads
  • Order by date
  1. angela5780

    need help with email script

    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...
  2. angela5780

    how do I get my form to send email

    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...
  3. angela5780

    Configure a form in perl to submit information in an email.

    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?

Part and Inventory Search

Back
Top