in reply to OR operator
if (grep { $color eq $_ } qw(red green blue)) { # something } [download]
-Matt