Help for this page

Select Code to Download


  1. or download this
       ...
       $scriptname = ...                            # the scripts name
    ...
       # prepare HTML output
       my $template = HTML::Template->new(filename => "$srvloc/cluster/$sc
    +riptname.htm");
       ...
    
  2. or download this
      ...
       <td class="pid">
    ...
         </TMPL_IF>
       </td>
      ...
    
  3. or download this
     <TMPL_VAR NAME="varname">
    
  4. or download this
       ...
       $template->param( 
    ...
       ...
       ...
       print "Content-type: text/html\n\n", $template->output;