This is a quick dirty little script that I wrote to parse INI files on Microsoft Windows OS where I wasn't allowed to install Config::IniFiles or a similar module from CPAN.
INI files where data is separated by colon (:) or equal to sign (=) are supported.
INI files where data is separated by colon (:) or equal to sign (=) are supported.