From: Robert M. <rob...@us...> - 2008-03-03 18:31:17
|
On 01/03/2008, Bhupendra G J <b0...@fr...> wrote: > 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. This is the mailing list for the Win32::GUI package, not Win32::PerfLib. Win32::PerfLib is a part of libwin32. The README for libwin32 says: : Welcome to libwin32 version 0.28. : : All discussion of development / maintenance of the libwin32 package : should happen on the lib...@pe... mailing list. You can : subscribe by sending an empty email message to: : : lib...@pe... : : An NNTP archive of previous messages is available from: : : http://www.nntp.perl.org/group/perl.libwin32 : : Please report any bugs or enhancement requests to the CPAN : request tracker at: : : http://rt.cpan.org/NoAuth/Bugs.html?Dist=libwin32 Can I suggest that you try there instead. Regards, Rob. |