should beif( $expire != 1 or $expire != 2 or $expire != 3...... )
OTOH, this can also be solved by a hash lookupif( $expire != 1 and $expire != 2 and $expire != 3...... )
In reply to Re^2: IF Statement Testing
by holli
in thread IF Statement Testing
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |