Help for this page

Select Code to Download


  1. or download this
    @data = (  { age => 12, weight => 200 },
               { age => 22, weight => 100 }
    );
    
  2. or download this
    <table>
    <tr><td>12</td><td>200</td></tr>
    <tr><td>22</td><td>100</td></tr>
    </table>