buzzcutbuddha has asked for the wisdom of the Perl Monks concerning the following question:
Here is the code for the program, a copy of the Camel book:C:\Perl\eg\Scripts>perl pingythingy.pl The Unsupported function alarm function is unimplemented at C:/Perl/li +b/Net/Ping .pm line 308.
I cannot find any documentation stating that Alarm is not supported in theuse Net::Ping; my $hostname = '10.17.1.60'; $timeout = 10; print "Printer is up\n" if pingecho($hostname, $timeout);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Alarm Implemented in Win32?
by elwarren (Priest) on May 18, 2000 at 23:47 UTC | |
by buzzcutbuddha (Chaplain) on May 19, 2000 at 16:43 UTC | |
by elwarren (Priest) on May 19, 2000 at 23:29 UTC | |
by buzzcutbuddha (Chaplain) on May 19, 2000 at 15:33 UTC | |
|
Re: Alarm Implemented in Win32?
by btrott (Parson) on May 18, 2000 at 22:40 UTC | |
by buzzcutbuddha (Chaplain) on May 18, 2000 at 22:46 UTC | |
|
RE: Alarm Implemented in Win32?
by buzzcutbuddha (Chaplain) on May 18, 2000 at 23:01 UTC |