Don Martitips → Escape URLs

Contact

Quick-and-dirty way to convert text to URL-escaped text:

    perl -MCGI -e 'print CGI->escape($ARGV[0]), "\n"' 'Escape This!'