in reply to Config::IniHash heredoc errors.

I think what you want is:

my $config_conf = ReadINI ($conf, heredoc => 1);

which allows HEREDOC type lines in the .ini file.


DWIM is Perl's answer to Gödel