while(my @rows = $sth->fetchrow_array()) { print "$_: $rows\n" for @rows; }