while(my $ref = $sth->fetchrow_hashref() ){ ## do something with $ref } #### while(my %hash = $sth->fetchrow_hash() ){ ## do something with %hash }