| Devel-Profiler-Plugins-Template documentation | view source | Contained in the Devel-Profiler-Plugins-Template distribution. |
use Devel::Profiler::Plugins::Template; # enable TT hooks use Devel::Profiler; # required my $tt = Template->new(); ...
this is the class that implements PROCESS and INCLUDE
wrappers for Devel::Profiler and Template Toolkit. you probably
want to see Devel::Profiler::Plugins::Template instead.
Devel::Profiler, Devel::Profiler::Plugins::Template
Geoffrey Young <geoff@modperlcookbook.org>
Copyright (c) 2007, Geoffrey Young All rights reserved.
This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.
| Devel-Profiler-Plugins-Template documentation | view source | Contained in the Devel-Profiler-Plugins-Template distribution. |