my @rows = $sth->fetchrow_arrayref; foreach my $row (@rows) { print "@row\n"; }