Help for this page

Select Code to Download


  1. or download this
    my $row = $dbh->selectall_arrayref(...)
    
  2. or download this
    $row->[0]->[0]
    
  3. or download this
    my $row = $dhb->selectall_hashref(...)
    
  4. or download this
    my $rows = $dbh->selectall_hashref(...);
    ...
    ...
    }
    ...
    $tmpl->param(LOOP => $rows);