The Next Best Thing

sub theNextBestThing {
   AllThings.sort();
   return AllThings [ AllThings.size - 1 ];
}
Vote up this code0