in reply to When hashes aren't enough

I can highly recommand YAML for storing this kind of information.

I use it to store configuration information for my web application, and it's lightweight and very flexible.

Alex / talexb / Toronto

Life is short: get busy!

Replies are listed 'Best First'.
Re: Re: When hashes aren't enough
by dimar (Curate) on May 26, 2004 at 04:26 UTC

    Here's nother vote for YAML. In fact, if this is a strictly Perl application with no interop issues, you're almost certain to be better off with YAML than XML. Hands down.