Help for this page

Select Code to Download


  1. or download this
    # 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);
    
  2. or download this
    <TMPL_VAR NAME="html_out">