in reply to Where did Config::INI::Simple go?

I think it was superseded by the conceptually similar Config::INI, can your code be changed to use this module. It looks like it has good platform compatibility.

HTH,
SSF

Replies are listed 'Best First'.
Re^2: Where did Config::INI::Simple go?
by Anonymous Monk on Mar 14, 2009 at 07:22 UTC
    Config ini simple is part of my program called naiocast...http://www.versiontracker.com/dyn/moreinfo/macosx/32300
Re^2: Where did Config::INI::Simple go?
by stinkingpig (Sexton) on Mar 03, 2009 at 05:51 UTC
    I'm not familiar with that module, but I use Config::Tiny to work with .ini files on Windows and OSX. It's very easy.