Help for this page

Select Code to Download


  1. or download this
    use Win32::Process::Info;
    my $wpi=Win32::Process::Info->new();
    
  2. or download this
    use Win32::Process::Info qw(NT);
    my $wpi=Win32::Process::Info->new;
    
  3. or download this
    Error - Variant 'WMI' is unsupported on your configuration. Disallowed
    + on load of Win32::Process::Info. at ...
    Error - Variant 'NT' is unsupported on your configuration. Can't locat
    +e loadable object for module Win32::API in @INC Compilation failed in
    + require at ...
    Error - Variant 'PT' is unsupported on your configuration. Disallowed 
    +on load of Win32::Process::Info. at ...
    
  4. or download this
    use Win32::Process::Info;
    my $wpi=Win32::Process::Info->new('NT');
    
  5. or download this
    Error - Win32::Process::Info::WMI failed to get winmgs object:
    Win32::OLE(0.1707) error 0x800706ba: "The RPC server is unavailable" a
    +fter character 0 in
    "winmgmts:{impersonationLevel=impersonate}!//NT/root/cimv2" at ...
    Error - Variant 'NT' is unsupported on your configuration. Can't locat
    +e loadable object for module Win32::API in @INC ...
    Error - Variant 'PT' is unsupported on your configuration. Unable to l
    +oad Proc::ProcessTable at ...
    
  6. or download this