in reply to Re: Re: RE: Getting a Local/Remote Win32 Task List
in thread Getting a Local/Remote Win32 Task List

You have to 'use' Win32::PerfLib.. put use Win32::PerfLib; at the top of your script : )
  • Comment on Re: Re: Re: RE: Getting a Local/Remote Win32 Task List

Replies are listed 'Best First'.
Re: Re: Re: Re: RE: Getting a Local/Remote Win32 Task List
by Anonymous Monk on Feb 24, 2003 at 11:06 UTC
    Hello,

    We got the same error once we validated against the server
    it's gone.We tested this with just creating a drive
    mapping to the sever we wanted to monitor windwos then
    uses the credentials it has.

    I also used
    AuthenticateUser($Domain, $DomainUser, $DomainPassWD);
    but with no result

    Grtz

Re: Re: Re: Re: RE: Getting a Local/Remote Win32 Task List
by Anonymous Monk on Oct 07, 2003 at 14:19 UTC
    Hi, I get the same error and I am 'using' Win32::PerfLib. Any ideas? Thanks, Mawster
      use warnings instead of -w and it works :)