Help for this page
my %data_h = (previously calculated data); my @errors; # store errors here ... if (@passed) { # etc.
# create some dummy subroutines sub test_A { ... do_tests($_); push @passed, $_; }