in reply to
Sorting an array of hashes by hash field
@sorted=sort { $a->{name} cmp $b->{name} } @people;
holli,
/regexed monk/
Comment on
Re: Sorting an array of hashes by hash field
Download
Code
In Section
Seekers of Perl Wisdom