Help for this page

Select Code to Download


  1. or download this
    %Orders = {};
    $Orders{1}{NAME} = 'Bill';
    $Orders{1}{STATUS} = 'Complete';
    $Orders{2}{NAME} = 'John';
    $Orders{3}{STATUS} = 'Pending';
    
  2. or download this
    <table>
       <tr>
    ...
      </tr>
    [% END %]
    </table>