Log in



Tags » ‘File’

What is the best .DBM file manager module for perl?

November 7th, 2010 by

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!

In perl, How would I read a file (test.txt) line by line and then reverse word by word?

November 1st, 2010 by

Question by love is blind: In perl, How would I read a file (test.txt) line by line and then reverse word by word?

Best answer:

What do you think? Answer below!


Powered by Yahoo! Answers