Help for this page
my @l = qw(foo bar baz quux); foreach (@l) { ... foo quux
&do_something foreach grep { (! conditionA) && conditionB } @tmp;