I have a package "FooBar" that contains some applications. I want to use Wx::ConfigBase to maintain persistent settings.
Application "App" will, by default, use config file ~/.app on non-VMS Unix systems. Since App is part of the FooBar package, I want to use ~/.foobar/app instead. Can I obtain this behaviour without having to write my own classes? -- Johan