Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

A proposal for improvements to Net::Ping

by Falkkin (Chaplain)
on Mar 10, 2001 at 01:08 UTC ( [id://63364]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    pingecho() or a ping object with the tcp protocol use alarm() to
    implement the timeout.  So, don't use alarm() in your program while
    you are using pingecho() or a ping object with the tcp protocol.  The
    udp and icmp protocols do not use alarm() to implement the timeout.
    
  2. or download this
    $p = Net::Ping->new();
    $p->ping(\@list_of_hosts, $timeout, $num_forks);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://63364]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-23 11:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found