Help for this page

Select Code to Download


  1. or download this
    @uniq = sort {$seen{$a} <=>  $seen{$b} } keys %seen;
    
  2. or download this
    @uniq = sort {$a <=>  $b } keys %seen;