I don't know about RPC, but I usually use this syntax
when calling an external command:
system($cmd) == 0 or die "system @args failed: $?"
perldoc -f system
--- "vega, james" <[EMAIL PROTECTED]> wrote:
> I'm having a couple interesting issues with
> backticked commands performed
> via RPC[1] c
Title: Odd problems from shell commands run via RPC service
I'm having a couple interesting issues with backticked commands performed via RPC[1] calls to another host. The first problem is that we will sporadically not get back the STDOUT from the process. The second problem is that, after a