in reply to
Encode a string to be suitable for a URL
The package URI::Escape will do the encoding and decoding for you.
Comment on
RE: Encode a string to be suitable for a URL
Replies are listed 'Best First'.
RE: RE: Encode a string to be suitable for a URL
by
princepawn
(Parson)
on May 17, 2000 at 17:01 UTC
depending on what you are using, CGI.pm also has an escape() function. Also author EVO on CPAN has String::Escape
[reply]
In Section
Cool Uses for Perl