Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: using external file for hashes

by rpnoble419 (Pilgrim)
on Jun 05, 2013 at 02:44 UTC ( [id://1037094]=note: print w/replies, xml ) Need Help??


in reply to using external file for hashes

I use YAML for this as I can share the information between applications. I have also used JSON for this task as well.

YAML has two methods for this task from the YAML POD

DumpFile(filepath, list) Writes the YAML stream to a file instead of just returning a string. LoadFile(filepath) Reads the YAML stream from a file instead of a string.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-03-29 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found