Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Returning to Perl, seeking advice on modern DB and format tools

by tangent (Parson)
on Dec 22, 2013 at 15:30 UTC ( [id://1068098]=note: print w/replies, xml ) Need Help??


in reply to Returning to Perl, seeking advice on modern DB and format tools

For a different approach you may want to have a look at BerkeleyDB. It enables you to tie data structures to a file - there are no database servers to connect to, no SQL to write. There are options for hash, array, queue, heap and Btree, or you can choose your own serialization format for both keys and values, allowing you to store arbitrary data structures. You can do useful things like keep hash keys in sorted order, or have duplicate hash keys sorted by value.

For output, have a look at Text::Autoformat and Text::Template

  • Comment on Re: Returning to Perl, seeking advice on modern DB and format tools

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found