Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Pass the YAML please

by xdg (Monsignor)
on Jan 29, 2007 at 03:06 UTC ( [id://597011]=note: print w/replies, xml ) Need Help??


in reply to Pass the YAML please

If your needs are simple, e.g. config files, then YAML::Tiny may be sufficient. Here's how they compare:

  • YAML -- the "official" standard, implemented in pure Perl, but very "heavy" due to the flexibility it offers

  • YAML::Syck -- XS implementation using the libsyck library; fastest

  • YAML::Tiny -- a pretty full subset of YAML in less than 100 lines of pure Perl

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-25 19:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found