http://www.perlmonks.org?node_id=674949


in reply to My preferred way of handling config data in Perl is:

I had mistakenly expected Config::(Simple|Tiny) to support reading from a given file handle based on their name. Config::Ini had the same problem of expecting only a file name, not a file handle. As a result of that, I use Config::General instead.

  • Comment on Re: My preferred way of handling config data in Perl is: