in reply to Expanding environment variables from ini file

What about one of the many INI parsers on CPAN?

Using a quick search produces several examples that look OK at first glance (I have not tried them or looked past the main description): Config::Parser::Ini, Config::INI, Config::Any::INI, Config::Format::Ini

  • Comment on Re: Expanding environment variables from ini file

Replies are listed 'Best First'.
Re^2: Expanding environment variables from ini file
by Lotus1 (Vicar) on Aug 27, 2019 at 14:07 UTC

    Thanks, I should have mentioned in the OP that I looked at the INI modules I found but none mention environment variable expansion.