die $dbh->errstr if $dbh->errstr; [download]
die $! if $! [download]
In reply to Re: DBI::mysql fetch() without execute() PROBLEM by screamingeagle in thread DBI::mysql fetch() without execute() PROBLEM by peppiv