Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: David Garamond <lists@za...> - 2005-01-27 20:37:26
|
JJ Merelo wrote: >>What do people use nowadays to load/dump YAML in Perl? > You can use plain YAML, or Config::YAML. I've never had much success with YAML except for the simplest YAML structures. I think it's way behind in spec implementation as it was last updated in 2002. For example, it won't accept: timezone: !str +0700 It also loads YAML's Yes and No to 'Yes' and 'No' instead of true/false. Do people really want this behaviour? I personally prefer the latter. >>YAML::Parser::Syck, which I got bitten by today -- it loads YAML's Yes > It does not even compile, in my case. What were the error messages? -- dave |