in reply to calling CGI script from outside server

And aside from the previous answers, consider extracting the functionality you want to access out of the CGI program into a module and then make your CGI program and your other code use that.

  • Comment on Re: calling CGI script from outside server

Replies are listed 'Best First'.
Re^2: calling CGI script from outside server
by yelekeri (Novice) on Oct 27, 2006 at 15:22 UTC
    You guys are great, and it works perfectly the way I want. Thank you very much for all you.