if $value == 1 | 5 | 21 | 99 { ... [download]
if $value == any( 1, 5, 21, 99) { ... [download]
In reply to Re: *IN* Operator for the Perl wish list by lidden in thread *IN* Operator for the Perl wish list by hangon