while ($sth->fetch) { my %hash = (description => $description, itemNum => $itemNum); push @items, \%hash; } $tmpl->param(items => \@items); #### name= type=checkbox>