Archive for the ‘uri’ Category

html-encode

I had a need for a simple script to do HTML-encoding from the command line, so I wrote this simple Perl script. It relies on Gisle AasHTML::Entities module, which many Perl installations will already have (it’s a prerequisite for almost every application that does HTML encoding or URI handling). Continue reading