in reply to HTTP redirection and parameter access

redsquirrel is saying to put the parameters in the URL, Saumil. Or, you can let the html redirect for you(or whatever Script) with all your values in a form:
print<<"this_junk"; <HTML> <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.whatever.com"> <FORM METHOD="POST"> <INPUT TYPE=HIDDEN NAME="myName1" VALUE="myValue1"> <INPUT TYPE=HIDDEN NAME="myName2" VALUE="myValue2"> </FORM> </HTML> this_junk