in reply to Best way to generate URLs in CGI script?
then use $other_cgi->param($param) to obtain the params...$cgi = new CGI; #your basic info from QUERY_STRING or STDIN $other_cgi = new CGI($query_string); # $query_string is the url info t +o escape
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Best way to generate URLs in CGI script?
by bikeNomad (Priest) on Jul 27, 2001 at 06:18 UTC | |
by synapse0 (Pilgrim) on Jul 27, 2001 at 06:33 UTC | |
by bikeNomad (Priest) on Jul 27, 2001 at 06:40 UTC | |
by merlyn (Sage) on Jul 27, 2001 at 22:06 UTC | |
by bikeNomad (Priest) on Jul 27, 2001 at 22:17 UTC | |
|