Help for this page
$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";
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