mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
9c0586294f
Net::Ping::External is a module which interfaces with the "ping" command on many systems. It presently provides a single function, ping(), that takes in a hostname and (optionally) a timeout and returns true if the host is alive, and false otherwise. Unless you have the ability (and willingness) to run your scripts as the superuser on your system, this module will probably provide more accurate results than Net::Ping will. PR: ports/63826 Submitted by: Douglas Thrift <douglas@douglasthrift.net>
13 lines
524 B
Plaintext
13 lines
524 B
Plaintext
Net::Ping::External is a module which interfaces with the "ping"
|
|
command on many systems. It presently provides a single function,
|
|
ping(), that takes in a hostname and (optionally) a timeout and
|
|
returns true if the host is alive, and false otherwise. Unless you
|
|
have the ability (and willingness) to run your scripts as the
|
|
superuser on your system, this module will probably provide more
|
|
accurate results than Net::Ping will.
|
|
|
|
WWW: http://search.cpan.org/dist/Net-Ping-External/
|
|
|
|
- Douglas Thrift
|
|
douglas@douglasthrift.net
|