Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl 
    
    ...
        system ("ping -nqc1 -w 3 -W 3 $dest > /tmp/ping.log") and
            print "### $dest is unreachable\n";
    }
    
  2. or download this
    #!/usr/bin/env perl 
    
    ...
            print "### $dest is unreachable\n";
    }
    $pinger->close;