use warnings; use strict; open(PS,"ping localhost|") || die "Failed: $!\n"; while ( ) { #-- do something here }