If you want to check against a lot of constants, you can grep:
if(not grep {$string eq $_} qw{ X Y })You can extend the list with X and Y as much as you like. Using it on two values only is overkill.
In reply to Re: conditional syntax options
by mzedeler
in thread conditional syntax options
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |