in reply to
Sort lists/Data Structures
it's easy to sort even with your structure: @sorted=sort {$a->{name} cmp $b->{name}}@records;
Comment on
Re: Sort lists/Data Structures
In Section
Seekers of Perl Wisdom