in reply to Opening a SQLite DB after accessing it w/ DBI module

What error does the die report? Are you sure you are working in the directory you think you are? In particular, is your script running in the same directory that you created the file in? Are the file permissions on the database file correct for the credentials the script is running under - if your script is running in the context of Apache for example it will probably have different user credentials than you used to create the file.

True laziness is hard work
  • Comment on Re: Opening a SQLite DB after accessing it w/ DBI module