You're really off base here. Using CGI in the second script is goofy. Plus, you're calling it by means of system()? You do realize that system won't give you anything back, right?

First, make sure that your trim(uc(thing)) actualy makes your string safe to use (I kind of doubt it; better to do an explicit string check or match it to a hardcoded hash key).

Then, clarify what it is you want to do in the second script. Do you want to do actual CGI stuff? Why don't you hand off to it with an exec, then, instead of a system? Having two scripts contending for the I/O of CGI is a path to failure.


In reply to Re: passing arguments between scripts by rlucas
in thread passing arguments between scripts by jeastman

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.