perl -MDBD::SQLite -e "print $DBD::SQLite::VERSION" will tell you if it's installed (note: DBD::, not DBI::). It's also dead simple to install if not there. You might want to check into DBD::AnyData regardless, since it makes it easy to get XML into and out of SQLite.