in reply to Replicating TASKLIST.EXE and OH.EXE functionality in Perl
However, I am wondering if it is possible to find the open handles of each process using only Perl.Its possible. You simply grab a few modules, and then reimplement what tasklist.exe oh.exe do. At the very least you should use Win32::Process::Info and Win32::API (while reading msdn).
|
|---|