table of contents
HTML::Template::Compiled::Expr(3pm) | User Contributed Perl Documentation | HTML::Template::Compiled::Expr(3pm) |
NAME¶
HTML::Template::Compiled::Expr - Expressions for HTC
DESCRIPTION¶
The expressions work like in HTML::Template::Expr, with some additional possibilities regarding object method calls and arbitrary data structures.
Different from HTML::Template::Expr, you don't use it as the module class, but you activate it by passing the option "use_expressions" with a true value.
See "use_expressions" in "OPTIONS" in HTML::Template::Compiled
2022-11-19 | perl v5.36.0 |