in reply to
Re: array of hashes
in thread
array of hashes
print join(', ', map $_->{car}, @array[0,1]), "\n";
Comment on
Re^2: array of hashes
Download
Code
In Section
Seekers of Perl Wisdom