in reply to Re: Perl - DBI - How to process array rather than single value?
in thread Perl - DBI - How to process array rather than single value?

Whereas the per-record loop approach would be: while ($row = $dbh->selectrow_hashref()) or somesuch . . .
  • Comment on Re^2: Perl - DBI - How to process array rather than single value?