in reply to
Re^2: Trying to grep array of hashes
in thread
Tyring to grep array of hashes
for (qw[cat catastrophe cat-ass-trophy]) { say qq[$_: matches] if /\bcat\b/ }
Comment on
Re^3: Tyring to grep array of hashes
Download
Code
In Section
Seekers of Perl Wisdom