Help for this page

Select Code to Download


  1. or download this
    my %attr = (
      dbi_fetchall_arrayref_attr => {},
    );
    ...
    $template->param(
      rows => $dbh->selectall_arrayref($statement, \%attr, $value),
    );