4.49. or
4.49.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:
$Tag->or(
{
type => VALUE,
term => VALUE,
op => VALUE,
compare => VALUE,
}
)
OR
$Tag->or($type, $term, $op, $compare);
Attribute aliases
base ==> type
comp ==> compare
operator ==> op
[or type term op compare]
| Parameters | Description | Default |
| base | Alias for type | DEFAULT_VALUE |
| comp | Alias for compare | DEFAULT_VALUE |
| compare | DEFAULT_VALUE | |
| op | DEFAULT_VALUE | |
| operator | Alias for op | DEFAULT_VALUE |
| term | DEFAULT_VALUE | |
| type | DEFAULT_VALUE |
| Attributes | Default |
| interpolate (reparse) | No |
| Other_Charactreristics | |
| Invalidates cache | no |
| Container tag | No |
| Has Subtags | No |
| Nests | Yes |
Tag expansion example:
[or type term op compare] --- TAGRESULT
ASP-like Perl call:
$Tag->or( { compare => VALUE_compare
op => VALUE_op
term => VALUE_term
type => VALUE_type
}, $body );
or similarly with positional parameters,
$Tag->or(type,term,op,compare, $attribute_hash_reference, $body);
4.49.2. Description
NO Description