open(STATISTICS, "/home//client/bin/ -c usage_counter 2> /dev/null |") || die "can't fork: $!"; while () { print $_; } close STATISTICS || die "ERROR : $! $?";