in reply to Dial into ISP

You can use Win32::RASE to create/delete/change/manage RAS/DUN entries on Win32 boxes.

/brother t0mas

Replies are listed 'Best First'.
RE: Re: Dial into ISP
by Jouke (Curate) on Oct 04, 2000 at 12:24 UTC
    From the docs of Win32::RASE:
    $hrasconn = RasDial($EntryName, $PhoneNumber, $UserName, $Password, $D +omain, $CallbackNumber); $EntryName - RAS/DUN entry, the only mandatory parameter $PhoneNumber - an overriding phone number (if not needed - use "" or +undef).
    Jouke Visser, Perl 'Adept'