Help for this page

Select Code to Download


  1. or download this
    $ip = 'www.perlmonks.org';
    $ping = `ping -c 3 $ip`;
    ...
    print "Highest $times[0] ms\n";
    print "Lowest $times[-1] ms\n";
    print "This was the reply parsed\n$ping\n";
    
  2. or download this
    High to low 87.719 ms
    Highest 87.719 ms
    ...
    --- www.perlmonks.org ping statistics ---
    3 packets transmitted, 3 packets received, 0% packet loss
    round-trip min/avg/max/mdev = 81.823/83.847/87.719/2.758 ms