4.39. include
4.39.1. Summary
Parameters: file locale
Positional parameters in same order.
Pass attribute hash as last to subroutine: no
Must pass named parameter interpolate=1 to cause interpolation.
Invalidates cache: no
Called Routine:
ASP-like Perl call:
Not applicable.
[include file locale]
| Parameters | Description | Default |
| file | DEFAULT_VALUE | |
| locale | DEFAULT_VALUE |
| Attributes | Default |
| interpolate (reparse) | No |
| Other_Charactreristics | |
| Invalidates cache | no |
| Container tag | No |
| Has Subtags | No |
| Nests | Yes |
Tag expansion example:
[include file locale] --- TAGRESULT
ASP-like Perl call:
$Tag->include( { file => VALUE_file
locale => VALUE_locale
}, $body );
or similarly with positional parameters,
$Tag->include(file,locale, $attribute_hash_reference, $body);
4.39.2. Description
Same as [file name] except interpolates for all Interchange tags and variables. Does NOT do locale translations.