Help for this page

Select Code to Download


  1. or download this
    @list = sort {@$a <=> @$b} @list;
    
  2. or download this
    ['blah', 'asdf', 'foo', 'bar'],
    ['two'],
    ...
    ['one'],
    ['mmm', 'def', 'ghi'],
    ['qqq', 'xyz', 'aaa']
    
  3. or download this
    ['one'],
    ['two'],
    ...
    ['mmm', 'def', 'ghi'],
    ['zzz', 'def', 'ghi'],
    ['blah', 'asdf', 'foo', 'bar'],