in reply to Re: Determining Process Information of Win process
in thread Determining Process Information of Win process
You would probably be able to use Win32::API to access the OS functions providing that information.
That's exactly what Win32::Process::Info does.
If that module is not working for him, it probably comes down to a problem with Win32::API, not working on his system.
And the most likely cause of that is a mismatch between the version of Win32::API and the perl he is using. Eg, One built with MSVC and the other with MinGW.
|
|---|