Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $pm->wait_all_children;
    
    print join("\n", @quality), "\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
    $pm->wait_all_children;
    
    print join("\n", $quality->vals), "\n";
    
  3. or download this
    use strict;
    use warnings;
    ...
    } \@group;
    
    print join("\n", $quality->vals), "\n";