in reply to Re: Determining if SQLite db exists
in thread Determining if SQLite db exists

For most DBDs, wrap the connect() in an eval and use RaiseError or check DBI->errstr since most of the others die if an attempt is made to connect to a non-existant database. (though, aside, "database" is a very vague term here, it's actually what the standard calls a schema)