while(my @rows = $sth->fetchrow_array()) { print "Values: @rows\n"; }