in reply to installing DBD sqlite

You don't want to try to 'install' this as a single, bare .pm file. Try getting the full package instead:
 http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/DBD-SQLite-1.13.tar.gz
then do the usual
perl Makefile.PL
make 
make test
make install
after extracting the tar file.