in reply to combining multiple hashrefs

Use Config::Loader Config::Merge - it handles exactly this problem. It can:

Clint

Update: Changed the module name to reflect its new name

Replies are listed 'Best First'.
Re^2: combining multiple hashrefs
by patrickb (Initiate) on Jul 26, 2007 at 23:45 UTC
    Thanks for this. I'm not going to use it this time round as this is a major change and would require re-testing etcetera to ensure that the config syntax is parsed as expected; however, I will stick this in the back of my mind for future projects. Cheers, Patrick.