foreach (@whatever) { if (/^does this match$/) { do something; } }