I have a cgi script which takes few parameter like below.
testScript.cgi?arg=1&arg2=SomeThingElse&arg3=otherThing.....
The above script works well and perfectly.
Now I have another perl cgi script called mySecondScript.cgi . It does its own thing but I want to call textScript.cgi with arguments which are calculated in this script. How do I do that. Any elegant solution will be appreciated.