in reply to RE: Encode a string to be suitable for a URL
in thread Encode a string to be suitable for a URL

depending on what you are using, CGI.pm also has an escape() function. Also author EVO on CPAN has String::Escape
  • Comment on RE: RE: Encode a string to be suitable for a URL