# Original code by Zaxo my $repeated = ' ' x $foo->{'depth'}; my $line = $repeated . $foo->{'name'} . ""; my $template = HTML::Template->new(filename => 'foo.tmpl'); $template->param(html_out => $line); ####
##