How can I get Perl to make a database table in a .txt file so I can read and edit it?

I wanna get Perl to make a database in the form of a table and save it to a .txt file. I want the columns to be called "id no.", "name" and "address". I also need it to check that is not making an entry for an id no. that is already it the table, but edit the name/address.

Thanks for your help.
 
Back
Top