in reply to
Call a CGI script from another CGI script most independently
If by 'independantly' you mean 'simultaneously' then you should look at using
fork
in combination with
exec
.
Cheers
Comment on
Re: Call a CGI script from another CGI script most independently
In Section
Seekers of Perl Wisdom