Yes, Perl can do this. The question is whether or not you can do this. You could try gathering the data from the form and passing it to the CGI script with backticks, the qx// operator, or a number of other possibilities. An alternative, if you know C, is to use Inline to hook Perl directly into the C code. Another possibility is to use cgic (or something similar), a CGI library written in C that you could simply link to the program and have everything handled in C.

If you have 5 days to figure this out, it shouldn't be too hard. Depending upon what you really need, this is really only a couple of hours worth of work, at most (for the first option or two). Heck, if the parameters are simple enough, it's a 10 minute job so you should have no problems getting it done. Good luck!

Cheers,
Ovid

New address of my CGI Course.


In reply to Re: Can Perl do this...? by Ovid
in thread Can Perl do this...? by DJ

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.