Rhesa Rozendaal wrote:

Lyle Kopnicky wrote:

I tried the following code:

 use Win32::PerfLib;

 my %counter;
 Win32::PerfLib::GetCounterNames('localhost', \%counter);


Try an empty string for the local machine:

    Win32::PerfLib::GetCounterNames('', \%counter);

That worked.

Thanks,
Lyle Kopnicky
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to