my $connect = DBI->connect($dsn, $user, $pw)or die "NOT WORKING"; #### my $connect = DBI->connect($dsn, $user, $pw, {RaiseError => 1});