Help for this page

Select Code to Download


  1. or download this
      $tmpl = HTML::Template->new(filename => "...",
                                  associate => $config);
    
  2. or download this
      $tmpl->param(%config);
    
  3. or download this
      $tmpl->param($config->hash());