in reply to Reading and Writing Perl Config Files
Personally I prefer to use YAML for configuration files.
Update: I think it's silly that someone give -- points for this contribution. Why? Because:
# YAML documents are very readable by humans. # YAML interacts well with scripting languages. # YAML uses host languages' native data structures. # YAML has a consistent information model. # YAML enables stream-based processing. # YAML is expressive and extensible. # YAML is easy to implement.
So, please, take a look at the website before giving -- points
Regards,
|fire| at irc.freenode.net
|
|---|