Hi IrishSteve,

Welcome to the monastery! You've had your introductory lecture on capital letters now we move on to the next hurdle. :-)

Hurdle 2: We need more information.

...spawn a CGI script from within a CGI script...
In a typical CGI app with several pages each page is often referred to as a runmode. Each runmode handles different aspects depending on what stage the user has reached.

It may be useful to have a look at the CGI::Application docs (as an example, there are others) which explains how you might tackle a CGI app.

Perhaps also CGI::Session on how to handle "state" in a stateless environment.

As an aside, the "POST record" is usually kept in, and referred to as, a query object. Are you familiar with CGI.pm which handles all that side of things for you?

Apologies if I've missed the point here but some more information would be helpful.

And be very, very careful with that caps lock. :-)

update: attempted straightening out of the grammer


In reply to Re: Very new to PERL, want to see if CGI spawn concept is possible and or feasible without major pain by wfsp
in thread Very new to PERL, want to see if CGI spawn concept is possible and or feasible without major pain by IrishSteve

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.