this seems to be defunct!
> ==================================
> Mike Blazer
> [EMAIL PROTECTED]
> http://base.dux.ru/guest/fno/perl/
> ==================================
Hello Mike
Are you still maintaining the RAS perl module?
If you are, have you created a patch for Win2K Adv Server? I am unable to
create a new RAS entry. It is highly possible that I am doing something
wrong, so please forgive me for taking the easy option.
If you are unaware of any perculiarities that is also helpful to know.
Thanks in advance
Jake
ps apologies for being completely offtopic
--===code snippet===--
RasCreateEntry ({
name => "name",
CountryCode => "78",
AreaCode => "92",
LocalPhoneNumber => "12345678",
DeviceName => $modem_name,
NetProtocols => ["Ip"],
FramingProtocol => "PPP",
newFlags => "ModemLights SwCompression
IpHeaderCompression",
});
--=== end ===--