Help for this page
sub do_lots_and_log { ... ... failed: log("boo!"); }
sub do_lots_and_log { if( do_lots(...) ) { ... ... return 1; }