in reply to Re: YAML for logs?
in thread YAML for logs?

I like YAML, but I've also never managed to write it by hand. I generally create the appropriate data structure in Perl, then serialize it to YAML and use that as a template for further files. See hack #12 in Perl Hacks, for example.

Replies are listed 'Best First'.
Re^3: YAML for logs?
by dgaramond2 (Monk) on Nov 29, 2006 at 01:28 UTC

    It's simple, really. Try spending several minutes reading this cookbook.

    My only gripe with YAML is that I haven't found a module to manipulate YAML while _preserving_ the comments.