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

Kyle

New member
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.
 
Back
Top