in reply to Re: Set Notation Handling
in thread Set Notation Handling
$set_spec = '1-4,6,9,12-18'; if ($value IS IN $set_spec){ print "$value is valid\n"; }else{ print "$value is invalid\n"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Set Notation Handling
by tall_man (Parson) on Mar 28, 2005 at 23:37 UTC | |
by tradez (Pilgrim) on Mar 29, 2005 at 15:35 UTC |