Help for this page

Select Code to Download


  1. or download this
    my $ary = $dbh->selectall_arrayref($sth_or_stmt);
      -or-
    ...
    for (@$ary) {
       print "@{$_}\n";
    }