in reply to Array of Arrays from DB
my $rows = $sel->fetchall_arrayref(); # still prints the right number of refs print @$rows; foreach my $row (@$rows) { print join (",", @$row) }
| ÅßÅ×ÅßÅ
"It is a very mixed blessing to be brought back from the dead." -- Kurt Vonnegut |
|
|---|