Helpful Information
 
 
Category: Perl Programming
Calling CGI from another

I would like to call (or run) second CGI program from the first one.

I would to run CGI script "A" and based on the information from the user, CGI script "B" will be ran. Is this able to be done? Thanks

Try to use POST method and hidden fields.

>>Is this able to be done?

Sure. It's even possible for your script B to reside on remote server. Check this out to find out more -> http://www.devshed.com/Talk/Forums/Forum6/HTML/000387.html










privacy (GDPR)