igoryonya has asked for the wisdom of the Perl Monks concerning the following question:
I was going to write some abstraction config parser lib, that would accept sort of drivers/plugins. Each plugin, understanding it's own format, i.e. squid plugin would parse (read/write) squid file(s), apache config file(s), etc. Each plugin would connect to the abstraction library, so, by using the abstraction, I would be able to read/write configs, for which plugins were written.
Before writing such subsystem for my program, I was checking to see, if something of such already exists. I've stumbled upon a module, called: ConfigReader, but after reading it's man, I didn't really understand, if this is the brick, that I could use for my task.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Software config reader
by salva (Canon) on Dec 23, 2017 at 21:43 UTC | |
by igoryonya (Pilgrim) on Dec 25, 2017 at 08:57 UTC | |
by igoryonya (Pilgrim) on Dec 25, 2017 at 04:21 UTC |