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).

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: Replicating TASKLIST.EXE and OH.EXE functionality in Perl