Help for this page

Select Code to Download


  1. or download this
       # This is free hand, please ignore typos:
       my $templateContents = { hosts => 
    ...
           },
           ...
       }
    
  2. or download this
    use strict ;
    use warnings ;
    ...
    my $template = Template->new();
    $template->process($file, $vars)
        || die "Template process failed: ", $template->error(), "\n" ;
    
  3. or download this
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <workbook>
    ...
    [% END %]
      </worksheet>
    </workbook>
    
  4. or download this
    <workbook>
      <worksheet name=""><format color="black">
    ...
    
      </worksheet>
    </workbook>