Help for this page

Select Code to Download


  1. or download this
    $template->output(print_to => \*FILE);
    
  2. or download this
    func(name => $value, ...);
    $obj->method(name => $value, ...);
    
  3. or download this
    func(-name => $value, ...);
    $obj->method(-name => $value, ...);