Help for this page

Select Code to Download


  1. or download this
    
    param(varname => "value");
    
  2. or download this
    
    $template = HTML::Template->new(filename => "file.tmpl");
    ...
    
    $template->param($varname => "value");