A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.
use Log::Log4perl qw(:easy); Log::Log4perl->easy_init($ERROR);
DEBUG "This doesn't go anywhere"; ERROR "This gets logged";