- or download this
my $hashref = {
'rows' => "$i $x",
...
'INTERFACE' => \@r,
};
push(@total, $hashref);
- or download this
<TD BGCOLOR=#ffffff><TMPL_VAR NAME="rows"></TD>
- or download this
my @headers = ("1","2", "three", "4", "blank", "blank", "blank", "desc
+-1", "desc-2", "desc-3", "desc-4", "desc-5");
for (@headers) {
my $href = { 'HEADER' => $_ };
push(@h, $href);
};
- or download this
my $hashref = {
'rows' => "$i $x",
...
'INTERFACE' => \@r,
};
push(@total, $hashref);
- or download this
my $template = HTML::Template->new(
filename => 'testing.tmpl',
die_on_bad_params => 0,
associate => $query,
);
- or download this
$template->param(HEADER => \@h );
- or download this
<TMPL_VAR NAME="PAGER_JAVASCRIPT">
<FORM>
...
</TABLE>
<TMPL_VAR NAME="PAGER_HIDDEN">
</FORM>