Amusing programming construct that I am using for sanity checking
Start out from a known state … my $dryrun = false; my $debug = false; my $sanity = false; Heh … Maybe I should create a function with a probability distribution (a fuzzy function) named “is_in_doubt()” so I can write my $sanity = &is_in_doubt(); (and yes, this is Perl … I just can’t bring myself […]