in reply to Re: YAML-POD to Perl to Web?
in thread YAML-POD to Perl to Web?

Or even more bluntly, YAML's recursive acronym is "YAML Ain't Markup Language", not "Yet Another Markup Language" as most folks tend to think.

Replies are listed 'Best First'.
Re^3: YAML-POD to Perl to Web?
by rje (Deacon) on Oct 21, 2004 at 04:21 UTC
    Yes, it's a way to represent a graph or heirarchy, I guess. But sometimes chunks of HTML display heirarchical data. Every few months I keep coming back to the idea of YAML -> perl structures -> HTML, and I'm not quite sure why. Could be my brain is stuck on a roundabout somewhere.