Help for this page
sub runTests { ... $thread->join; } }
sort { $allScripts{$a} <=> $allScripts{$b} } keys %allScripts
# key-value pairs in a Perl hash are not always # stored in the order in which they were defined!