do { my @row; while (@row = $sth->fetchrow_array()) { # do stuff here } } while ( $sth->{odbc_more_results} );