Help for this page

Select Code to Download


  1. or download this
      @result = 
        map  { ... 3 ... }
        sort { ... 2 ... }
        map  { ... 1 ... };
    
  2. or download this
      @result = map  { ... 3 ... } sort { ... 2 ... } map  { ... 1 ... };