2.2. and
2.2.1. Summary
Parameters: type term op compare
THIS TAG HAS SPECIAL POSITIONAL PARAMETER HANDLING.
Pass attribute hash as last to subroutine: no
Must pass named parameter interpolate=1 to cause interpolation.
Invalidates cache: no
Called Routine:
Called Routine for positonal:
ASP-like Perl call:
Not applicable. The [and ...] tag only is used with [if ...], and Perl logic obviates the [if ...] tag.
Attribute aliases
base ==> type comp ==> compare operator ==> op
2.2.2. Description
The [and ...] tag is only used in conjunction with [if ...]. Example:
[if value fname] [and value lname] Both first and last name are present. [else] Missing one of "fname" and "lname" from $Values. [/else] [/if]
See [if ...].