Help for this page

Select Code to Download


  1. or download this
    
     $num = $freq{$array[0]}{"freq"}++;
     $freq{$array[0]}{"value"}[$num] = $_;
    
  2. or download this
    
    my @sorted_array = sort {$freq{$b}{"freq"} <=> $freq{$a}{"freq"}} keys
    + %freq;