1Devel::StackTrace::AsHTUMsLe(r3)Contributed Perl DocumenDteavteilo:n:StackTrace::AsHTML(3)
2
3
4

NAME

6       Devel::StackTrace::AsHTML - Displays stack trace in HTML
7

SYNOPSIS

9         use Devel::StackTrace::AsHTML;
10
11         my $trace = Devel::StackTrace->new;
12         my $html  = $trace->as_html;
13

DESCRIPTION

15       Devel::StackTrace::AsHTML adds "as_html" method to Devel::StackTrace
16       which displays the stack trace in beautiful HTML, with code snippet
17       context and function parameters. If you call it on an instance of
18       Devel::StackTrace::WithLexicals, you even get to see the lexical
19       variables of each stack frame.
20

AUTHOR

22       Tatsuhiko Miyagawa <miyagawa@bulknews.net>
23
24       Shawn M Moore
25
26       HTML generation code is ripped off from CGI::ExceptionManager written
27       by Tokuhiro Matsuno and Kazuho Oku.
28

LICENSE

30       This library is free software; you can redistribute it and/or modify it
31       under the same terms as Perl itself.
32

SEE ALSO

34       Devel::StackTrace Devel::StackTrace::WithLexicals CGI::ExceptionManager
35
36
37
38perl v5.12.2                      2011-01-25      Devel::StackTrace::AsHTML(3)
Impressum