Hi there, I am really new at this whole PERL thing and could really use some more experienced advice. I am busy developing web pages and am using 2 perl documents (presendmail.pl and sendmail.pl). These docs allow me to fill out a form and then click a submit button and the form will send. My problem is that when you receive one of these emails and you want to reply, you can click reply but the email address of the person who sent it to you is not put in the "To" field. Obviously this causes a problem with those people who find computers terrifying. I am using Outlook. As I mentioned I am a beginner, but I do not think that there is any code anywhere that gets the email address of the person who fills out the form. I thought that maybe I would have to have another section in my form that asked for an email address but I am not sure. My perl docs are linked to .htm files....if that helps anything. Hope anyone can help me (let alone understand what I am typing) Thank you

In reply to Perl + email = Help by shephesa2000

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.