in reply to Array of Arrays from DB

Why mess with the push at all?
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