Help for this page

Select Code to Download


  1. or download this
    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);