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

If you go this route (I consider it a good one, with the caveat that I don't understand what you're trying to accomplish clearly), I can heartily recommend YAML::AppConfig.

Replies are listed 'Best First'.
Re^3: Lots and lots of arguments!
by RonW (Parson) on Dec 12, 2014 at 17:10 UTC

    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.