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/ }