http://qs321.pair.com?node_id=748991


in reply to Human readable/writable serialization alternatives to YAML and XML ?

If it needs to be human writable, I use ini files or similar. Otherwise I use YAML.

I like YAML/JSON because it's taint safe. Anything that evals perl to unserialize a datastructure makes me nervous. That may or may not be a concern to you though.

--Pileofrogs