in reply to Perl/Cgi : How to Create Url with variables and values (get method) from Scrach?
$toencode =~ s/([^a-zA-Z0-9_.-])/uc sprintf("%%%02x",ord($1))/eg +;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl/Cgi : How to Create Url with variables and values (get method) from Scrach?
by EchoAngel (Pilgrim) on Jan 27, 2005 at 23:46 UTC |