in reply to Moving Config::General application config into Oracle
In case the idea is to simply store the entire config as a BLOB (or CLOB), you could use DBI to retrieve it, and then use Config::General's -String option to the constructor (and likewise the method save_string() for storing a modified config).
|
|---|