Template Toolkit Version 3 Developer Documentation
http://www.template-toolkit.org/v3/

Template::Compiler

Table of Contents

: $DIRECTIVES
: new()init()template_handler()number()literal()quoted()variable()assign()setlist()qwlist()list()hash()args()
NOTES:

Synopsis


Description

The compiler's role is to generate Perl code in response to event raised by the Template::Parser as it identifies text and directives in the source template.

The handler maintains a list of callbacks which have been registered to parse various directives. If a directive begins with a keyword that has a corresponding handler then the handler is called to parse the directive.


Package Variables


Methods

Template Toolkit Version 3 Developer Documentation
http://www.template-toolkit.org/v3/