my $dbh = DBI->connect($dsn,$user,$pass,{RaiseError => 0, AutoCommit => 1, $driver eq 'mysql' ? (mysql_enable_utf8 => 1) : (), });