my (%row, @rows);
$sth->bind_columns( \( @row{ @{$sth->{NAME_lc} } } ));
while( $sth->fetch ) {
push @rows, { %row };
}
In reply to Re^2: DBIx::Simple opinion..
by Qiang
in thread DBIx::Simple opinion..
by Qiang
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |