my $content = ; while($content =~ m!RTTs of replies in ms: min/avg/max: \d\.\d* / (\d\.\d*) / \d\.\d*!gs) { print "avg: " . $1 . "\n"; }