problem

2007-08-07 Thread prapulla gangavarapu
hi am learning c language . in the same time i am learning perl lanuage so i want one perl program to compile with debugging in cygwin . including each step is running debugging commands also i want. please send me reply as early as possible www.g-billboards.co

Re: Getting the process information on windows !!

2007-08-07 Thread Bernard Tremblay
Hi, You can use an OLE connection to WMI (if the WMI service is active, wich is most of the time true on a server...), otherwise see "Win32::Perflib" wich obtain the same info from the registry. regards, BT = Sample WMI script to obtain proc