Help for this page

Select Code to Download


  1. or download this
      sort { length($a) <=> length($b) or $a cmp $b } @data;
    
  2. or download this
      minima { length($a) <=> length($b) or $a cmp $b } @data;
    
  3. or download this
    sub minima(&@)
    {
    ...
    
        @cur
    }