Help for this page

Select Code to Download


  1. or download this
    $unique_descriptive{$num}{count}++;
       push @{$unique_descriptive{$num}{values}}, $num;
    
  2. or download this
    my @sorted_keys = sort{ $unique_descriptive{$a}{count} <=> $unique_des
    +criptive{$b}{count} 
                                                            or
                                                         $a <=> $b
                          }keys %unique_descriptive;