A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

How to use single quotes in a Perl one-liner

perl -le'$q=chr(39); print "quote mark: $q" '
(linux)