Help for this page

Select Code to Download


  1. or download this
    use Net::Ping;
    my $p;
    ...
        print "$_ is not alive \n";
          }
       }
    
  2. or download this
    use AnyEvent;
    use AnyEvent::Ping;
    ...
    }
    $c->recv;