I want to store configuration information in a database to replace existing flat files for my open source school administration software.
The existing config files contain 2D arrays, hash->arrays, etc. I would like to store this information in a single table containing existing file/grouping information (to also generate the files for legacy scripts).
Would using something like Data::Dumper be appropriate or is there something more elegant?