- or download this
my @checkedOptions = qw(team rank land networth strat updated mari
+ne fighter bomber panzer hl seal pds offPts defPts turns);
my @tableHeaders;
foreach my $i (@checkedOptions) {
push @tableHeader, $i;
}
- or download this
my $tableHeader = tableHeader(@tableHeader);
- or download this
sub tableHeader {
my @tableHeader = $_[0];
...
}
return $rows;
}
- or download this
<TMPL_LOOP NAME=tableHeader>
<td align=center valign=middle><B> <TMPL_VAR NAME=columnH
+eader> </B><TD>
</TMPL_LOOP>