The DBD :: SQlite distribution should have everything you need for SQLite. It comes with a Perl interface and all the necessary SQLite materials. You will also need a basic DBI .
However, I recommend that you configure any application that you must install as a Perl distribution with dependencies, etc. Then you simply install your application as a Perl module with the usual Perl tools. You indicate what you need in the tool configuration during installation. This way you are not creating a new system that you have to explain to other Perl programmers, create new tools, or support some weird ways.
You can even configure your own mini-CPAN with only the necessary modules so that you can control it on your network. See, for example, my DPAN stuff .
source share