Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use DBI;
    ...
    while (my $row = $sth->fetchall_arrayref) {
        say Dumper $row;
    }
    
  2. or download this
    DBD::ODBC::st fetchall_arrayref warning: no select statement currently
    + executing
     at conn.pl line 17.