ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-win32-admin
perl-win32-admin
Problems with RasAdmin module
by Xavier Calatrava other posts by this author
Apr 27 2001 4:07PM messages near this date
view in the new Beta List Site
Re: Problems with RasAdmin module | RE: modem connections
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
Perl-Win32-Admin@[...].com
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved