in reply to *IN* Operator for the Perl wish list
orif $value == 1 | 5 | 21 | 99 { ...
if $value == any( 1, 5, 21, 99) { ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: *IN* Operator for the Perl wish list
by grinder (Bishop) on Mar 30, 2007 at 15:15 UTC |