http://qs321.pair.com?node_id=449152

kprasanna_79 has asked for the wisdom of the Perl Monks concerning the following question:

Greetings Monks,
i have an array of hashes, in which i want to sort the array with values of the hashes.
push (@found, {name => $1}) if(/*.pm/); ...

i want the @found array to be sorted on the values of hash.
I seek your wisdom in this respect.
--prasanna.k