my $ary = $dbh->selectall_arrayref($sth_or_stmt); -or- my $ary = $dbh->selectall_arrayref($sth_or_stmt, undef, @bind_values); for (@$ary) { print "@{$_}\n"; }
In reply to Re: perl DBI question about fetchrow_arrayref()
by ikegami
in thread perl DBI question about fetchrow_arrayref()
by lightoverhead
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |