Help for this page
sub create_sorter { my $contents = shift; ... foreach my $id (sort $by_sort_method keys %contents) { ... }