1Text::Template::Simple:U:sDeurmmCyo(n3t)ributed Perl DocTuemxetn:t:aTteimopnlate::Simple::Dummy(3)
2
3
4
6 Text::Template::Simple::Dummy
7
9 version 0.91
10
12 TODO
13
15 All templates are compiled into this class.
16
18 Text::Template::Simple::Dummy - Container class
19
21 "Text::Template::Simple::Dummy" contains some utility functions that
22 are accessible by all templates.
23
24 stack
25 Issues a full stack trace and returns the output as string dump.
26 Accepts options as a hash reference:
27
28 stack({ opt => $option, frame => $backtrace_level });
29
30 Can be used inside templates like this:
31
32 <%= stack() %>
33
34 See Text::Template::Simple::Caller for more information.
35
37 Burak Gursoy <burak@cpan.org>
38
40 This software is copyright (c) 2004 by Burak Gursoy.
41
42 This is free software; you can redistribute it and/or modify it under
43 the same terms as the Perl 5 programming language system itself.
44
45
46
47perl v5.38.0 2023-07-21 Text::Template::Simple::Dummy(3)