Quick-and-dirty way to convert text to URL-escaped text:
perl -MCGI -e 'print CGI->escape($ARGV[0]), "\n"' 'Escape This!'
Add a comment
|
Quick-and-dirty way to convert text to URL-escaped text:
Add a comment
|
Blogroll
|