http://www.perlmonks.org?node_id=510243


in reply to Config file

Another choice worth mentioning is to use a YAML file as a config file.

Replies are listed 'Best First'.
Re^2: Config file
by jellisii2 (Hermit) on Oct 30, 2014 at 22:40 UTC
    If you're going to use YAML, you might as well go whole hog and use YAML::AppConfig... which I use for everything myself...

      Well, I'm in an environment where I can't install modules; I have to use whatever's in the installation. In my case, that's YAML::XS. I make do. ;-)