Hi,
I wanna get the list of processes and the following function in WIn32 Gui
package is being used.
Win32::PerfLib::GetCounterNames('', \%counter);
On windows xp, am getting the process list but on vista this subroutine
doesn't return any value. Is there any way to get process list on vista
using Win32 GUI package.
PS: Perl version 5.8.8 is used.
|