Hi all!
When I execute the code

use Win32::RasAdmin;

if (Win32::RasAdmin::ServerGetInfo($RASServer, \%Hash)){
    print "success:\n";
    DumpHash(%Hash);
}else{
    print "fail.\n";
}

I get

Time (in msec) for CallNamedPipe to complete: 250
Time (in msec) for CallNamedPipe to complete: 251
fail.

I got the same result for all the functions in this module. I'm using WinNT4
workstation sp6a with perl AS5.22.

Any ideas?

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Reply via email to