Help for this page
# Original code by Zaxo my $repeated = ' ' x $foo->{'depth'}; my $line = $repeated . $foo->{'name'} . "<br />"; my $template = HTML::Template->new(filename => 'foo.tmpl'); $template->param(html_out => $line);
<TMPL_VAR NAME="html_out">