"Jenda Krynicky" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > From: "Wiggins d Anconia" <[EMAIL PROTECTED]>
> To simplify this you may consider using two configs. One "global" > that contains the settings that are the same everywhere (which will > probably be most of them) and one "local" that will contain the > specialties. And then read both the configs and merge them so that > the "local" overwrites the "global". yes, that sunds like the rigtht solution. Funny, It was right under my nose as this method is explained in the chapter of the Cookbook I mentioned... like: my %config = {%standard, %override}; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]