Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

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

by mce (Curate)
on Apr 28, 2004 at 09:03 UTC ( [id://348761]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://348761]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-04-23 13:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found