/usr/local/lib64/perl5.legacy/Template
NameSizeModeActions
Manual/-0755rm
Namespace/-0755rm
Plugin/-0755rm
Stash/-0755rm
Tools/-0755rm
Tutorial/-0755rm
Base.pm75690444editdlrm
Config.pm136250444editdlrm
Constants.pm97470444editdlrm
Context.pm537190444editdlrm
Directive.pm291920444editdlrm
Document.pm165690444editdlrm
Exception.pm64020444editdlrm
FAQ.pod88090444editdlrm
Filters.pm262520444editdlrm
Grammar.pm986800444editdlrm
Iterator.pm137510444editdlrm
Manual.pod24330444editdlrm
Modules.pod55030444editdlrm
Parser.pm410420444editdlrm
Plugin.pm107000444editdlrm
Plugins.pm151870444editdlrm
Provider.pm475160444editdlrm
Service.pm185670444editdlrm
Stash.pm302240444editdlrm
Test.pm222420444editdlrm
Toolkit.pod56700444editdlrm
Tools.pod15270444editdlrm
Tutorial.pod10430444editdlrm
View.pm240900444editdlrm
VMethods.pm150700444editdlrm
Edit: /usr/local/lib64/perl5.legacy/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-2007 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: