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


in reply to sort on values in an array of hashes

Not sure if what you want is this...
@array = sort { $a->{name} cmp $b->{name}} @found;
Good luck

Alberto Simões