1TTS(1)                User Contributed Perl Documentation               TTS(1)
2
3
4

NAME

6       "tts" - Command line interface to Text::Template::Simple
7

SYNOPSIS

9       You have to either pass a file name or pass "-e" with a template
10       string.
11
12           tts -e 'My perl is at <%= $^X %>'
13           tts /home/burak/template.tts
14

OPTIONS

16           -e                      String template to execute
17           --http-header           Print a HTTP Header?
18           --help                  Display help
19
20           --debug                 Integer. Sets the debuggging level
21           --debug-tokens          Enable token debugging?
22
23           --new-cache             Flag.
24           --new-capture-warnings  Flag.
25           --new-safe              Flag.
26           --new-stack             Flag.
27           --new-strict            Flag.
28           --new-verbose_errors    Flag.
29           --new-warn-ids          Flag.
30           --new-monolith          Flag.
31
32           --new-add-args          Add global arguments
33           --new-cache-dir         Path to cache directory
34           --new-delimiters        Sets the delimiters
35           --new-header            Injects a default code onto the template
36           --new-include-paths     List of include paths
37           --new-iolayer           Perl I/O layer
38           --new-pre-chomp         Global pre-chomp
39           --new-post-chomp        Global post-chomp
40
41           --compile-param         List of parameters to pass to compiler
42           --compile-id            Set the template cache id manually
43           --compile-map-keys      Flag. Enable map keys interface?
44           --compile-chkmt         Flag. Check modification time of the template?
45

DESCRIPTION

47       This a command line front end to Text::Template::Simple.
48

AUTHOR

50       "Burak Gursoy", <burak@cpan.org>
51
53       Copyright 2004-2012 "Burak Gursoy". All rights reserved.
54

LICENSE

56       This library is free software; you can redistribute it and/or modify it
57       under the same terms as Perl itself, either Perl version 5.12.0 or, at
58       your option, any later version of Perl 5 you may have available.
59
60
61
62perl v5.28.0                      2018-07-15                            TTS(1)
Impressum