9b1d1c2582
perl module to use HTML Templates which allows expressions. PR: ports/32348 Submitted by: nork@cityfujisawa.ne.jp
10 lines
435 B
Text
10 lines
435 B
Text
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.
|
|
|
|
WWW: http://sourceforge.net/projects/html-template/
|