Escape URLs
Quick-and-dirty way to convert text to URL-escaped text:
perl -MCGI -e 'print CGI->escape($ARGV[0]), "\n"' 'Escape This!'
--
Don Marti
<dmarti@zgp.org>
Quick-and-dirty way to convert text to URL-escaped text:
perl -MCGI -e 'print CGI->escape($ARGV[0]), "\n"' 'Escape This!'
--
Don Marti
<dmarti@zgp.org>
This banner is hidden from standards-compliant browsers. If you can see the banner, consider switching browsers.