Help for this page

Select Code to Download


  1. or download this
    se Win32::OLE('in'); 
    use constant wbemFlagReturnImmediately => 0x10; 
    ...
          print "\n"; 
    }
    
  2. or download this
    use Win32::Lanman;
    if( scalar @ARGV )
    ...
        }
        print "\n";
    }