/usr/local/lib64/perl5/5.32/Template
NameSizeModeActions
App/-0755rm
Manual/-0755rm
Namespace/-0755rm
Plugin/-0755rm
Stash/-0755rm
Tools/-0755rm
Tutorial/-0755rm
Base.pm75280444editdlrm
Config.pm137950444editdlrm
Constants.pm96190444editdlrm
Context.pm522360444editdlrm
Directive.pm295080444editdlrm
Document.pm164260444editdlrm
Exception.pm63710444editdlrm
FAQ.pod87910444editdlrm
Filters.pm262530444editdlrm
Grammar.pm1004560444editdlrm
Iterator.pm134690444editdlrm
Manual.pod24280444editdlrm
Modules.pod54970444editdlrm
Parser.pm411740444editdlrm
Plugin.pm89520444editdlrm
Plugins.pm140800444editdlrm
Provider.pm463730444editdlrm
Service.pm176130444editdlrm
Stash.pm291570444editdlrm
Test.pm222880444editdlrm
Toolkit.pm57260444editdlrm
Tools.pod15270444editdlrm
Tutorial.pod10420444editdlrm
View.pm238630444editdlrm
VMethods.pm160250444editdlrm
Edit: /usr/local/lib64/perl5/5.32/Template/Tools.pod (1527B)
#============================================================= -*-perl-*- # # Template::Tools # # DESCRIPTION # Index page for documentation about the command line tools # distributed with the Template Toolkit. # # AUTHOR # Andy Wardley # # COPYRIGHT # Copyright (C) 1996-2022 Andy Wardley. All Rights Reserved. # # This module is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # #======================================================================== =head1 NAME Template::Tools - Command Line Tools for the Template Toolkit =head1 Template Tools The Template Toolkit includes the following command line tools for processing templates. =head2 tpage The L script can be used to process a single template using the Template Toolkit. $ tpage --define msg="Hello World" greeting.tt2 Use the C<-h> option to get a summary of options: $ tpage -h See the L documentation for further information and examples of use. =head2 ttree The L script can be used to process an entire directory of templates. $ ttree --src /path/to/templates --dest /path/to/output Use the C<-h> option to get a summary of options: $ ttree -h See the L documentation for further information and examples of use. =cut # Local Variables: # mode: perl # perl-indent-level: 4 # indent-tabs-mode: nil # End: # # vim: expandtab shiftwidth=4: