Don Marti
Sun 17 Apr 2005 08:33:53 PM PDT
Escape URLs
Quick-and-dirty way to convert text to URL-escaped text:
perl -MCGI -e 'print CGI->escape($ARGV[0]), "\n"' 'Escape This!'
Sun 17 Apr 2005 08:33:53 PM PDT
Quick-and-dirty way to convert text to URL-escaped text:
perl -MCGI -e 'print CGI->escape($ARGV[0]), "\n"' 'Escape This!'