# $resp = `$rxdArgs 2>>&1`; my $pid = open my $PIPE, '-|' qq[ $rxdArgs 2>>&1 ] or die $!; while( <$PIPE> ) { returnOutputToClient( $_ ); }