Help for this page

Select Code to Download


  1. or download this
    #perl.exe -w
    
    ...
    print "Waiting for Children...\n";
    $pm->wait_all_children;
    print "Everybody is out of the pool!\n";
    
  2. or download this
    package MyTest;
    
    ...
    use Win32::OLE::Variant;
    
    1;