#!/usr/bin/perl use strict; use warnings; while(1) { my @ping = qx/ping host.de/; print for @ping; }