Question by J needs Help: What is the best .DBM file manager module for perl?
I need to not use a mySQL database, so I need to use a .DBM file. I have no prior knowledge with databases and Perl.
Best answer:
Answer by S T
DB_File.
http://search.cpan.org/dist/DB_File/
But actually you don’t have to use that stone age technology like DBM.
I’d suggest to use DBD::SQLite. It provides DBI interface, so you can run SQL queries, like with any other databases, like MySQL, Postgre or Oracle, also it has transactions etc etc.
Also, DBD::SQLite is easier to install.
Give your answer to this question below!












