in reply to Only perl parses perl hash notation?

This does not answer your question, but may be what you're looking for: YAML.
  • Comment on Re: Only perl parses perl hash notation?

Replies are listed 'Best First'.
Re^2: Only perl parses perl hash notation?
by SpanishInquisition (Pilgrim) on Oct 05, 2004 at 13:00 UTC
    YAML is beautiful, I like it a lot and use it often. If you aren't building complicated data structures, you might also be able to get away with some of the INI file type modules, or even (dare I say it) XML::Simple. Personally though, if YAML fits, I use it.

    I rarely need a config file that is composed of code anymore.

Re^2: Only perl parses perl hash notation?
by water (Deacon) on Oct 05, 2004 at 17:55 UTC
    The monestery almost needs a YAML bot: find any post that matches 'serialize', 'config file', etc. and quickly offer up, 'use YAML'.

    But seriously, YAML is very slick and easy to use.

    Yet again, yaml++.

    water