Perl Template Toolkit
November 12, 2005 – 6:23 pmThe Template Toolkit is a fast, powerful and easily extensible template processing system written in Perl with certain key elements coded in C for maximum speed. It is ideally suited (but not limited) to the creation of static and dynamic web content, and incorporates various modules and tools to simplify this process. The Toolkit is highly portable, with minimal dependencies or restrictions on how and where it can be used. It is robust, reliable, well documented and freely available as Open Source.
Features
-
Fast, powerful and extensible template processing system.
Powerful presentation language supports all standard templating directives, e.g. variable substitution, includes, conditionals, loops.
-
Many additional features such as output filtering, exception handling, macro definition, support for plugin objects, definition of template metadata, embedded Perl code (only enabled by EVAL_PERL option), definition of template blocks, a ’switch’ statement, and more.
