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

Pretty print Data::Dumper, with variable names

use Data::Dumper;
$Data::Dumper::Indent = 1; # pretty print
Data::Dumper->Dump([\@debug_log],['debug_log']); # name the variable