# Sort the objects according to the value of their uint id my @sorted_objects = ukeysort { $_->id } @unsorted_objects;