NAME
Text::Template::Simple::Dummy
VERSION
version 0.91
SYNOPSIS
TODO
DESCRIPTION
All templates are compiled into this class.
NAME
Text::Template::Simple::Dummy - Container class
FUNCTIONS
Text::Template::Simple::Dummy
contains some utility functions that are accessible by all templates.
stack
Issues a full stack trace and returns the output as string dump. Accepts options as a hash reference:
stack({ opt => $option, frame => $backtrace_level });
Can be used inside templates like this:
<%= stack() %>
See Text::Template::Simple::Caller for more information.
AUTHOR
Burak Gursoy <burak@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2004 by Burak Gursoy.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.