NAME Template::ShowStartStop - Display where templates start and stop VERSION version 1.0.1 SYNOPSIS use Template::ShowStartStop; my $tt = Template->new({ CONTEXT => Template::ShowStartStop->new }); DESCRIPTION Template::ShowStartStop provides inline comments throughout your code where each template stops and starts. It's an overridden version of Template::Context that wraps the "process()" method. Using Template::ShowStartStop is simple. Now when you process templates, HTML comments will get embedded in your output, which you can easily grep for. The nesting level is also shown.
... ... BUGS Please report any bugs or feature requests on