in reply to RFC: Config::File
1 -- Seems like a wrapper to Data::Dumper with file loading built in (and required) with the addition of handling for non-existant values. Personally, I'll stick with Data::Dumper and just write to a file when needed, or I would use something like YAML -- which does a very similar thing (LoadFile) and is cross-platform.
2 -- Why not use Data::Dumper internally to increase code reuse?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: RFC: Config::File
by fireartist (Chaplain) on Feb 10, 2004 at 20:30 UTC | |
by flyingmoose (Priest) on Feb 11, 2004 at 13:40 UTC |