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