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

Re: My preferred way of handling config data in Perl is:

by talexb (Chancellor)
on Dec 14, 2006 at 03:25 UTC ( [id://589732]=note: print w/replies, xml ) Need Help??


in reply to My preferred way of handling config data in Perl is:

YAML rocks my world .. but watch out for the indentation .. muck it up and data will mysteriously disappear. Thanks Ingy!

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

  • Comment on Re: My preferred way of handling config data in Perl is:

Replies are listed 'Best First'.
Re^2: My preferred way of handling config data in Perl is:
by BerntB (Deacon) on Dec 15, 2006 at 02:30 UTC
    yaml is neat, but the std module seems quite slow reading/writing?
      Use YAML::Syck then.

      use Best [[ qw/ YAML::Syck YAML / ], [qw/Load Dump/]; print Dump($complex_thingie);

      Not only slow but buggy as well.

Log In?
Username:
Password:

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

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

    No recent polls found