Help for this page

Select Code to Download


  1. or download this
    use Net::Ping;
    while (1) {
    ...
      undef $p;
      sleep 3;
    }
    
  2. or download this
    use LWP::Simple;
    while (1) {
    ...
      }
      sleep 4;
    }