in reply to Passing Variables in CGI
You can then access the values in the CGI after having written a function to parse the environment (it is already done for you if you use the module CGI.pm, so use this module).http://www.myurl.com?param1=value1¶m2=value2
|
|---|