Help for this page

Select Code to Download


  1. or download this
    while ($sth->fetch) {
        my %hash = (description => $description, itemNum => $itemNum);
        push @items,  \%hash;
    }
    $tmpl->param(items => \@items);
    
  2. or download this
    <TMPL_LOOP name="items">
        <tr>
    ...
        </td>
    </tr>
    </TMPL_LOOP>