# But this one used to die! my @ary = $dbh->selectrow_array($sql) or die $dbh->errstr, $!; print for @ary;