BTW, I have no programming expertise what so ever.
How do you think the scripts you need are going to be written? Perlmonks is a very friendly community and we do help even newbie users, but we expect them to have at least some programming knowledge and the willingness to invest time and effort in learning to program in Perl. We are not a "we write your programs for free" service.

As to the form2mail CGI script, a quick Google search showed lots of "form2mail" scripts, many of which are not Perl-programs at all and all provide wildly different interfaces and functions. So from the info you gave, I cannot determine how to get the info from this script into another.

Also a 'form2mail' program does not seem entirely well suited for uploading files. For that I would look for a program such as eUpload (although it is artifically limited to files of max. 25 kByte).

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James


In reply to Re: Passing Data from One Script to Another by CountZero
in thread Passing Data from One Script to Another by gilep

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.