in reply to
Slice of an array of hashes
my @list = map { $_->{DB} } @$aref;
My criteria for good software:
Does it work?
Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
Comment on
Re: Slice of an array of hashes
Download
Code
In Section
Seekers of Perl Wisdom