diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 16:35:24 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 16:35:24 +0000 |
commit | 9c0586294fea292acc9415e26e02c8e02a26ba3a (patch) | |
tree | a64e5f1b62f529af35333a42d2bbc9096dc5b40a /net/p5-Net-Ping-External/pkg-descr | |
parent | 6a5b943ba085c86fe389d42f495d79a4a1e4fac9 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Ping-External/pkg-descr')
-rw-r--r-- | net/p5-Net-Ping-External/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/p5-Net-Ping-External/pkg-descr b/net/p5-Net-Ping-External/pkg-descr new file mode 100644 index 000000000000..dac919016bb7 --- /dev/null +++ b/net/p5-Net-Ping-External/pkg-descr @@ -0,0 +1,12 @@ +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 |