Help for this page

Select Code to Download


  1. or download this
    <div>
    <tmpl_var one>
    ...
    
    <tmpl_var  recursion_data>
    </div>
    
  2. or download this
    my $ht=new HTML::Template(filename=>recurse.tmpl);
    my $data;
    ...
      $data=$ht->output;
      $ht->clear_params();
    }