$test = 7; @array = qw(3 5 7); foreach ( @array ){ print $test == $_ ? 'OK':undef;} [download]
In reply to Re: IF and some conditions by aukjan in thread IF and some conditions by uksza