in reply to How do I sort a list of numbers?

Here is a twist: How to sort an array of referenced hashes, based on a perticular key value.

@sorted=sort{$$a{key} <=> $$b{key}} @unsorted;

carrolte