I realise I am really new to perl and what I am asking might sound stupid or too easy for all you real guru's to even help me with. But hey, I want to learn perl more than anything!!! This is my second project I want to design: a simple contact form. My question is this. How could I do something like a FOR statement and get the result similar to:
for ('name', 'subject', 'emailaddy', 'message); { print qq($main : $_ <br>) ## whereas $main would hold the words 'name', 'subject' etc. so in the + end I get results in my email like: name: Joe subject: Help emailaddy: me@you.com message: Lalala
Thanks for all your help in advance. And please remember, I am not just looking for the code, I want to know what is going on. Thanks millions! venimfrogtongue

In reply to Contact Form by venimfrogtongue

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.