ifubiok has asked for the wisdom of the Perl Monks concerning the following question:
I have a CGI script on my website that I want to use to send the visitor to one of several other scripts depending on the form variables. I want to send the form variables from the original script to the new script.
What are the methods available to perform this?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Call CGI script from another CGI script
by chargrill (Parson) on Feb 26, 2006 at 22:08 UTC | |
Re: Call CGI script from another CGI script
by talexb (Chancellor) on Feb 27, 2006 at 01:58 UTC | |
Re: Call CGI script from another CGI script
by mbadolato (Hermit) on Feb 27, 2006 at 03:50 UTC |
Back to
Seekers of Perl Wisdom