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
Comment on
Re: How do I sort a list of numbers?
Download
Code
In Section
Seekers of Perl Wisdom