1TTS(1) User Contributed Perl Documentation TTS(1)
2
3
4
6 tts
7
9 version 0.91
10
12 You have to either pass a file name or pass "-e" with a template
13 string.
14
15 tts -e 'My perl is at <%= $^X %>'
16 tts /home/burak/template.tts
17
19 This a command line front end to Text::Template::Simple.
20
22 tts - Command line interface to Text::Template::Simple
23
25 -e String template to execute
26 --http-header Print a HTTP Header?
27 --help Display help
28
29 --debug Integer. Sets the debuggging level
30 --debug-tokens Enable token debugging?
31
32 --new-cache Flag.
33 --new-capture-warnings Flag.
34 --new-safe Flag.
35 --new-stack Flag.
36 --new-strict Flag.
37 --new-verbose_errors Flag.
38 --new-warn-ids Flag.
39 --new-monolith Flag.
40
41 --new-add-args Add global arguments
42 --new-cache-dir Path to cache directory
43 --new-delimiters Sets the delimiters
44 --new-header Injects a default code onto the template
45 --new-include-paths List of include paths
46 --new-iolayer Perl I/O layer
47 --new-pre-chomp Global pre-chomp
48 --new-post-chomp Global post-chomp
49
50 --compile-param List of parameters to pass to compiler
51 --compile-id Set the template cache id manually
52 --compile-map-keys Flag. Enable map keys interface?
53 --compile-chkmt Flag. Check modification time of the template?
54
56 "Burak Gursoy", <burak@cpan.org>
57
59 Copyright 2004-2017 "Burak Gursoy". All rights reserved.
60
62 This library is free software; you can redistribute it and/or modify it
63 under the same terms as Perl itself, either Perl version 5.12.0 or, at
64 your option, any later version of Perl 5 you may have available.
65
67 Burak Gursoy <burak@cpan.org>
68
70 This software is copyright (c) 2004 by Burak Gursoy.
71
72 This is free software; you can redistribute it and/or modify it under
73 the same terms as the Perl 5 programming language system itself.
74
75
76
77perl v5.34.0 2022-01-21 TTS(1)