Help for this page

Select Code to Download


  1. or download this
    ...
    # assume the @data is your array of arrayrefs.
    ...
    
        return @sorted_items;
    }
    
  2. or download this
    @data = numeric_sorter(2, @data)
    
    ...
    
        return @sorted_items;
    }