in reply to
Slice of an array of hashes
my @list = map { $_->{DB} } @$aref;
[download]
Comment on
Re: Slice of an array of hashes
Download
Code
In Section
Seekers of Perl Wisdom