GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Template::Tools(3) User Contributed Perl Documentation Template::Tools(3)

Template::Tools - Command Line Tools for the Template Toolkit

The Template Toolkit includes the following command line tools for processing templates.

The tpage script can be used to process a single template using the Template Toolkit.

    $ tpage --define msg="Hello World" greeting.tt2

Use the "-h" option to get a summary of options:

    $ tpage -h

See the Template::Tools::tpage documentation for further information and examples of use.

The ttree script can be used to process an entire directory of templates.

    $ ttree --src /path/to/templates --dest /path/to/output

Use the "-h" option to get a summary of options:

    $ ttree -h

See the Template::Tools::ttree documentation for further information and examples of use.

2019-01-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.