in reply to Need DBM file that holds data up to 50,000 bytes

"Does DBD::SQLite require installing SQL or anything else?"

From the DBD::SQLite docs:

"DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and nothing else."

  • Comment on Re: Need DBM file that holds data up to 50,000 bytes