in reply to RE: (jcwren) Re: sending data between CGI scripts
in thread sending data between CGI scripts

If the first script needs to call other .cgi scripts, tehn you want to use LWP. If the cgi script is just calling other scripts then you can just system or open it with a pipe.
  • Comment on RE: RE: (jcwren) Re: sending data between CGI scripts