Re: locale problem with P::RD

2004-07-16 Thread Karl Gaissmaier
Karl Gaissmaier schrieb: Hi, I nearly finished Config::Scoped, yet another config file parser but I am currently busy with an annoying locale problem. I'm for example not able to match german umlaute with the rule pattern /\w/ even with the proper LC_... env and 'use locale' in P::RD. With a plain

Re: error messages

2004-07-16 Thread Karl Gaissmaier
Jonas Wolf schrieb: I tried redirecting STDERR to a variable or a file, but this does not take effect inside P::RD because of the way the STDERR is handled. I'd prefer not to meddle with P::RD, but if that's the only solution then I will. Here is some sample code which illustrates my point. The