in reply to Object Oriented configuration values
Why would you need each config entry to have its own named accessor/mutator?print $object->config(base_directory); $object->config(base_directory => "/home/blah/foo"); print $object->config(base_directory);
|
---|