Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

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

by BerntB (Deacon)
on Dec 15, 2006 at 02:30 UTC ( [id://589970]=note: print w/replies, xml ) Need Help??


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

yaml is neat, but the std module seems quite slow reading/writing?
  • Comment on Re^2: My preferred way of handling config data in Perl is:

Replies are listed 'Best First'.
Re^3: My preferred way of handling config data in Perl is:
by gaal (Parson) on Dec 16, 2006 at 08:36 UTC
    Use YAML::Syck then.

    use Best [[ qw/ YAML::Syck YAML / ], [qw/Load Dump/]; print Dump($complex_thingie);
Re^3: My preferred way of handling config data in Perl is:
by ambrus (Abbot) on Dec 16, 2006 at 18:21 UTC

    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://589970]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-18 01:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found