in reply to Re: Execution hangs on File::Find
in thread Execution hangs on File::Find

++ed the workaround, but I'm wondering whether it's possible to use local ${^WIN32_SLOPPY_STAT} = 1; instead of saving/restoring the value manually?

Replies are listed 'Best First'.
Re^3: Execution hangs on File::Find
by jahero (Pilgrim) on Dec 04, 2017 at 12:28 UTC
    It should be possible (might test it in my code later on).