in reply to Trouble with Net::Ping
Same error as above$p = Net::Ping->new("udp");
The Unsupported function alarm function is unimplemented at C:/Perl/lib/Net/Ping.pm line 308.$p = Net::Ping->new("tcp");
This last one worked perfectly..$p = Net::Ping->new("icmp");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Trouble with Net::Ping
by sagat (Novice) on Feb 01, 2001 at 00:55 UTC |