How can I access INI files from Perl?

config, ini, perl

Solution

I prefer to use Config::IniFiles module.

Problem

What is the best way to parse INI file in Perl and convert it to hash?

Original source