![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: How to modify/delete records in a flat-file database?by mce (Curate) |
on Apr 28, 2004 at 09:03 UTC ( #348761=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|