in reply to Re^3: How to call perl CGI script from another perl CGI script
in thread How to call perl CGI script from another perl CGI script

Thank you for the extensive response. My CGI "limitations" are much more clear now and I can integrate them into my design. Next step is to figure out modules so I can separate out my code effectively. I'll work on cookies as well, because there are a few pieces of information I need to consistently have access to and it sounds like a much better solution than hidden form fields. Thanks again.
  • Comment on Re^4: How to call perl CGI script from another perl CGI script

Replies are listed 'Best First'.
Re^5: How to call perl CGI script from another perl CGI script
by andye (Curate) on Apr 24, 2007 at 18:58 UTC
    No worries, Calm. Definitely worth getting the 'Apache modules in Perl and C' book, it's a diamond.

    Best wishes, andye