Help for this page
@things_to_sort = ( { author => 'bart', title => 'skateboarding' }, ... { author => 'homer', title => 'donuts' }, { author => 'bart', title => 'coolness' } );
@sorted_things = sort by_twisted_requirements @things_to_sort