in reply to Filehandles, threads, utf8 reset?

Hi Mike, (or so I'm guessing)

No warning here either.

$ perl -v This is perl, v5.10.0 built for i486-linux-gnu-thread-multi [snip] $ perl -w a.pl マイク

Replies are listed 'Best First'.
Re^2: Filehandles, threads, utf8 reset?
by fert (Acolyte) on Apr 20, 2010 at 23:29 UTC
    No, just a UTF-8 string I picked up from some other example :p Might be that 5.10 handles threads in this situation better. I have a fix in place at the moment but I will consider upgrading. Thanks for trying out the code.

      I get the warning with ActiveState 5.8.0, but I don't get the warning with ActivePerl 5.8.8 build 824. That said, AS includes patches, but it's a sign that upgrading 5.8.9 would be sufficient to fix the problem. That will save you from reinstalling all your modules.

        So just to confirm,

        5.8.9 runs the code as expected without any issue

        I also tested 5.12

        Seems to me this is a issue with threads, file handles in 5.8.8