Log in



Tags » ‘based’

How to have a text-file based database in Perl?

August 30th, 2010 by

Question by Kyle: How to have a text-file based database in Perl?
I need to make a small database for a small program I’m doing in Perl, but I have no idea how to make it. I need my program to interact with this database, retrieving information and sending updated information.

The database should just be a small text file with a Userlist list and an Accounts list.

Anyone have a direction they can point me in? It’s not a large-scale program, it just needs to be a small .txt storage area that I can interact with.

Best answer:

Answer by martinthurn
Look at the Tie::File module and/or the DBD::AnyData module…

Give your answer to this question below!


Powered by Yahoo! Answers