Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    Perl 5.8.8
    MSWin32-x86-multi-thread
    ActivePerl Build 817
    
  2. or download this
    ...
            my $tid = threads->create(sub {
    ...
                Win32::OLE->Uninitialize();
            });
    ...