1Template::Directive(3)User Contributed Perl DocumentationTemplate::Directive(3)
2
3
4
6 Template::Directive - Perl code generator for template directives
7
9 # no user serviceable parts inside
10
12 The "Template::Directive" module defines a number of methods that
13 generate Perl code for the runtime representation of the various
14 Template Toolkit directives.
15
16 It is used internally by the Template::Parser module.
17
19 Andy Wardley <abw@wardley.org> <http://wardley.org/>
20
22 Copyright (C) 1996-2022 Andy Wardley. All Rights Reserved.
23
24 This module is free software; you can redistribute it and/or modify it
25 under the same terms as Perl itself.
26
28 Template::Parser
29
30
31
32perl v5.38.0 2023-07-21 Template::Directive(3)