Help for this page
my $search = "foo"; my @array = ("s1 bar", "s2 notfoo", "s3 foo")
grep {/$search$/} @array