in reply to Silly regex with match extrapolation
@matches = grep {$scalar =~ /$_/} qw/string1 string2 string3 string4/ [download]