Help for this page

Select Code to Download


  1. or download this
    @things_to_sort = (
                       { author => 'bart', title => 'skateboarding' },
    ...
                       { author => 'homer', title => 'donuts' },
                       { author => 'bart', title => 'coolness' }
                      );
    
  2. or download this
    @sorted_things = sort by_twisted_requirements @things_to_sort