4.67. seti
4.67.1. Summary
Parameters: name
Positional parameters in same order.
Pass attribute hash as last to subroutine: no
Interpolates container text by default>.
This is a container tag, i.e. [seti] FOO [/seti]. Nesting: NO
Invalidates cache: YES
Called Routine:
ASP-like Perl call:
$Tag->seti(
{
name => VALUE,
},
BODY
)
OR
$Tag->seti($name, $BODY);
[seti name]
| Parameters | Description | Default |
| name | DEFAULT_VALUE |
| Attributes | Default |
| interpolate | No |
| reparse | Yes |
| Other_Charactreristics | |
| Invalidates cache | YES |
| Container tag | Yes |
| Has Subtags | No |
| Nests | No |
Tag expansion example:
[seti name] --- TAGRESULT
ASP-like Perl call:
$Tag->seti( { name => VALUE_name
}, $body );
or similarly with positional parameters,
$Tag->seti(name, $attribute_hash_reference, $body);
4.67.2. Description
Equivalent to the [set] tag, except that it interpolates by default.