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