in reply to Re: Running multiple CGI programs
in thread Running multiple CGI programs
If you can't deal with that right now and you want a quick and dirty solution, the simplest approach is to use LWP to make additional calls to the server and run the other CGIs. You could simulate a CGI environment by setting environment variables and executing the other programs, but if speed is not an issue there's no reason to do the additional work.
|
|---|