in reply to Call a CGI script from another CGI script most independently

Use LWP. If you only need to do a GET request, you should be able to get by with LWP::Simple.

-sauoq
"My two cents aren't worth a dime.";
  • Comment on Re: Call a CGI script from another CGI script most independently

Replies are listed 'Best First'.
Re: Re: Call a CGI script from another CGI script most independently
by fraktalisman (Hermit) on Jul 30, 2003 at 15:25 UTC
    The LWP suggestions seems to come closest. Calling via system would mean I had to rewrite the scripts - they are originally intended to be called by a browser.