do { while(my $row = $sth->fetchrow_array) { # do something with the row } } while($sth->{syb_more_results});