in reply to Sort lists/Data Structures

it's easy to sort even with your structure: @sorted=sort {$a->{name} cmp $b->{name}}@records;