Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print $template->output;
    __DATA__
    # original template here
    
  2. or download this
    $template->param(files=>[qw (/etc/passwd /var/log/httpd/access_log) ])
    +;
    
    ...
    <TMPL_MAP name=files>
    <TD><TMPL_MAPVAR></TD>
    </TMPL_MAP>