Help for this page
sub do_some_stuff { $debug .= qq(<h5 style="color:#c33;">SUB: do_some_stuff</h5><div sty +le="margin-left:20px;">); ... my $output = $template->output; $output .= qq(--Debug Info-- <pre>$debug</pre>); return($output);