in reply to multi-threaded win32::console
#============ sub DESTROY { #============ my($self) = @_; _CloseHandle($self->{'handle'}); } [download]