Help for this page

Select Code to Download


  1. or download this
    use win32::RASE;
    $hrasconn = win32::RASE::RasDial("test");
    $status = win32::RASE::RasGetConnectStatus($hrasconn);
    print $status;
    
  2. or download this
    Undefined subroutine &win32::RASE::RasDial called at C:\scripts\diates
    +t.pl line 2, <DATA> line 164.
    
  3. or download this
    perl -MWin32::RASE -e "RasDial(test) or print Win32::RASE::FormatMessa
    +ge"