Help for this page

Select Code to Download


  1. or download this
    <table border="1">
    <tr>
    ...
     </tr>
    </TMPL_LOOP>
    </table>
    
  2. or download this
    my @table_data;
    for ( 0 .. $#iso ) {
    ...
        }
        push @table_data, { %row_data } if ( scalar( keys %row_data ) == 6
    + );
    }