Help for this page

Select Code to Download


  1. or download this
    <td builder="_text::iterator.weight"> @0.1.0.0.5
    
  2. or download this
    <td worker="$s->_text($s->{iterator}->{weight})">  </td>
    
  3. or download this
    <table supply="$s->_aref($s->load_data)">     
      <tr>  <th>name<th>age<th>weight</th> </tr> 
    ...
        <td worker=&quot;$s->_text($s->{iterator}->{weight})">  </td>     
      </tr>   
    </table>
    
  4. or download this
    <td worker="$s->_text($s->{iterator}->{weight})">  </td>
    
  5. or download this
    <td worker="s.text(s.iterator.weight)">  </td>
    <!-- or -->
    <td worker="s.iterator.weight:text">  </td>