Help for this page
if (grep {$_ eq "foo"} @somearray) { someaction(); }
someaction() if grep {$_ eq "foo"} @somearray;