Help for this page

Select Code to Download


  1. or download this
    
    <DIV align="right" id="GroupAction" class="GroupAction" title="Group_A
    +ction"> 
    ...
    </table>
    </DIV>
    
  2. or download this
      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);