in reply to sort on values in an array of hashes
@array = sort { $a->{name} cmp $b->{name}} @found; [download]
Alberto Simões