if (grep {$_ eq "foo"} @somearray) { someaction(); } [download]
someaction() if grep {$_ eq "foo"} @somearray; [download]
-Blake
In reply to Re: Flag variables by blakem in thread Flag variables by oakbox