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

Easy way to convert epoch seconds to human readable date in Perl

print scalar localtime(946684800);