in reply to multi-threaded win32::console

This code in Win32::Console caused output stop:
#============ sub DESTROY { #============ my($self) = @_; _CloseHandle($self->{'handle'}); }
just comment out _CloseHandle...