in reply to Re: OR operator (hash)in thread OR operator
BEGIN { @primary{qw( red blue green )} = (); } if(exists $primary{$color}) [download]
Makeshifts last the longest.