in reply to Re: FileHandles and threads
in thread FileHandles and threads

Thanks a lot this technique is working very well.

I just need to be careful that the original $fh is not destroyed, which require to use a "global" variable.

You made my day.

- Stephane