http://qs321.pair.com?node_id=446750


in reply to Quoting URIs

Yes, it's CGI.

perl -we 'use CGI; print CGI::escape("hello, world\n"), $/'
==>
hello%2C%20world%0A