Title: Re: Runtime Error with Win32::RASE . . .

Hello,

I am using the Win32::RASE module to connect via a modem to another PC.

All is working fine but occasionally the Perl program does not connect and brings back the error:

Error : Runtime exception

The RASE function that I use to connect is as follows :-

$hrasconn = RasDial($first_RAS_entry, undef , $UserName, $Password)
         or die Win32::RASE::FormatMessage;

Any ideas what is causing this error and if possible, how to eliminate this error???

Many thanks,

Jonathan

Reply via email to