I think you need to elaborate a bit more what you want to achieve. If you want to test a single value against a number of possible allowed values and a number of disallowed values, then writing a subroutine for exactly that purpose would be simpler (providing the lists of allowed and disallowed values). When testing against values, AND is not useful as a variable can only have one value.
Or if you want something more complex, please provide a more elaborate example. Like testing the values of several keys, more complex tests etc.
In reply to Re: Module for Conditional Parsing
by hdb
in thread Module for Conditional Parsing
by mwb613
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |