foreach (@array) { print "Matched :$_:\n" if /$value/; }