Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: flat file databases

by Zero_Flop (Pilgrim)
on Aug 14, 2004 at 05:29 UTC ( [id://382903]=note: print w/replies, xml ) Need Help??


in reply to Re^2: flat file databases
in thread flat file databases

This may not be a popular solution, but if your files are a decent size you could use a hash.

Read each line of the data file and split on the first tab. Turn this into a hash with the ID as the key and the remaining of the line as the data for the hash. (You could also use a hash of arrays)

Now you can load the update file, line by line.
Turn the line into an array.
Use the first array entry as the hash key to get the hash data.
Create the new hash data string from the update data.
Update the Data Hash.
Read next line from update file.

You end up with an updated hash. Now print that back to the file.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 03:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found