in reply to Re^2: Lots and lots of arguments!
in thread Lots and lots of arguments!

Where I am, we usually use either YAML::Tiny or JSON::PP.

YAML::Tiny is a very readable, light weight subset of YAML.

JSON::PP partly because it is a core module. It is less readable, but handles complex structures better than YAML::Tiny.