Help for this page

Select Code to Download


  1. or download this
    $data{$year}{$class}{$sub-class}{row-element-i} = 'foo';
    
  2. or download this
    <table>
    [% FOREACH year IN data.keys.sort %]
    ...
       [%END%]
    [%END%]
    </table>