Help for this page
while (my @fields=$sth->fetchrow_array) { Do_Stuff(\@fields); }
my $fields = $sth->fetchall_arrayref;