Subject: | Net-Ping Error on Win32 ActiveState ActivePerl 5.6 |
code:
#/usr/bin/perl -w
use Net::Ping;
$p = Net::Ping->new("tcp");
$p->ping('64.233.161.99');
$p->close();
error:
The Unsupported function alarm function is unimplemented at C:/Perl/lib/Net/Ping.pm line 317.
Windows XP Professional. ActiveState ActivePerl 5.6.1 Build 635