do { while($data = $sth->fetchrow_hashref()) { .... process $data .... } } while($sth->{syb_more_results});