The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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