# Sort the objects according to the value of their `name` attribute. my @sorted_objects = keysort { $_->name } @unsorted_objects;