Help for this page

Select Code to Download


  1. 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;
        }
    
  2. or download this
        my $tableHeader = tableHeader(@tableHeader);
    
  3. or download this
    sub tableHeader {
        my @tableHeader = $_[0];
    ...
        }
        return $rows;
    }
    
  4. or download this
        <TMPL_LOOP NAME=tableHeader>
            <td align=center valign=middle><B>&nbsp;<TMPL_VAR NAME=columnH
    +eader>&nbsp;</B><TD>
        </TMPL_LOOP>