in reply to Just another DBI question.
while (my @fields=$sth->fetchrow_array) { Do_Stuff(\@fields); } [download]
my $fields = $sth->fetchall_arrayref; [download]