The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
SQLite_File - Tie to SQLite, with DB_File emulation

SQLite_File can be used with AnyDBM_File to provide an SQLite option
for tying hashes and arrays. It is meant to be a nearly complete 
substitute for DB_File; for this you will also need AnyDBM_File::Importer.

Thanks for downloading!

To install, simply:

perl Build.PL
./Build
./Build test
./Build install

EOT