Help for this page

Select Code to Download


  1. or download this
    my @array_of_hashes = \( %finalMap1, %finalMap2, ... );
    foreach my $finalMap_ref ( @array_of_hashes ) {
    ...
        push @percentile_index,
             [ percentile( @{$returned_sorted[-1]} ) ];
    }
    
  2. or download this
        push @percentile_index,
             [ percentile( sortedHash( %{$finalMap_ref} ) ) ];