Skip Menu |

This queue is for tickets about the Net-Ping CPAN distribution.

Report information
The Basics
Id: 6408
Status: resolved
Priority: 0/
Queue: Net-Ping

People
Owner: Nobody in particular
Requestors: dswimboy [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.02
Fixed in: (no value)



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
On Mon May 24 16:17:24 2004, guest wrote: Show quoted text
> 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
On Mon May 24 16:17:24 2004, guest wrote: Show quoted text
> 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
Please upgrade to a newer version of Net::Ping where alarm() is not used.