in reply to Re^4: Having Win32 Perl crashs using ithreads
in thread Having Win32 Perl crashs using ithreads
I like your update with the CLOSE method. If by chance close is called twice at the application level, this will *not* raise an error. Nice ++
sub CLOSE { $_[0] = {}; bless $_[0]; }
|
|---|