Help for this page
# SUBS ... sub do_that{ $log->log('Log That'); }
# SUBS ... sub do_that{ ($log||=Log->new)->log('Log That'); }