I need to be able to query a SQLite DB from my Perl code.
Unfortunately, the platform does not have DBI, let alone DBD::SQLite and my sysadmin has made life difficult for me in this regard.
It would be nice if I could simply make DBI and DBD::SQLite a part of my codebase, but it looks like it needs to be run through cpan for it to work.
So, it there any DBI-independent module (no pun intended) that I can make use of?
 
    