Help for this page

Select Code to Download


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