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