Help for this page

Select Code to Download


  1. or download this
    %vars = { name => value, n => v, ...};
    
    $template->process($file,\%vars);
    
  2. or download this
    $vars = { name => value, n => v, ...};
    
    $template->process($file, $vars);