in reply to DBD::SQLite reporting a database file is corrupted, sqlite3 command line tool does not

DBD::SQLite versions less than 1.0 expect an SQLite 2.x file, not a SQLite 3.x file. You NEED to update your DBD::SQLite, or downgrade your database file. I think upgrading DBD::SQLite will be easier.
  • Comment on Re: DBD::SQLite reporting a database file is corrupted, sqlite3 command line tool does not