blob: c1cca8d587a142db4c98db8f96f529e1ba0c08d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
This module provides an extension to HTML::Template which allows
expressions in the template syntax. This is purely an addition - all
the normal HTML::Template options, syntax and behaviors will still
work. See HTML::Template for details.
Expression support includes comparisons, math operations, string
operations and a mechanism to allow you add your own functions at
runtime.
|