http://www.perlmonks.org?node_id=348761


in reply to How to modify/delete records in a flat-file database?

Hi,

Have a look at the DBD::CSV package. This will treat a cvs file as a database, and you can delete, modify and add entries, completely transparent.

I use it frequently, and it is really cool.

And, in CPAN, there are many other CSV packages to parse/handle these files.


---------------------------
Dr. Mark Ceulemans
Senior Consultant
BMC, Belgium
  • Comment on Re: How to modify/delete records in a flat-file database?

Replies are listed 'Best First'.
Re: Re: How to modify/delete records in a flat-file database?
by JoeJaz (Monk) on Apr 28, 2004 at 09:30 UTC
    Thanks, That's an interesting looking module. I'll play around with it and see if it will work for my situation. I appreciate your help. Have a nice night, Joe