Help for this page
foreach my $currentTestID (keys %$tests) { $tests->{$currentTestID}{validated} = validate($tests->{$currentTe +stID}); }
sub doValidatedTests { my $tests = shift; doTest($_) foreach ( grep {$tests{$_}{validated}} keys %$tests ); }