Help for this page
<DIV align="right" id="GroupAction" class="GroupAction" title="Group_A +ction"> ... </table> </DIV>
my @loop_data; while (my $phone = $sth->fetchrow_hashref()){ ... $form->tmpl_param(PHONES => \@loop_data); print STDERR "The loop_data incldes: \n" . Dumper(\@loop_data);