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