$file_size_sort = new Sort::Schwartzian left => '-s $a', op=>'<=>', right =>'-s $b'; #### @sorted = $file_size_sort->(@files); #### $sort_by_score = new Sort::Schwartzian left => '$b->score', op=>'<=>', right =>'$a->score';
## @sorted = $file_size_sort->(@files); ##
## $sort_by_score = new Sort::Schwartzian left => '$b->score', op=>'<=>', right =>'$a->score';