"Hanes, Philipp" wrote:
> 
> Take a look at the quotes in the original tcl.
> you're calling "rsh <machinename>" with the 
> next argument all as one thing, in quotes
> that doesn't seem to have translated properly 
> to your perl implementation

Ah, that was it. The double-quotes in the TCL
code become part of the string passed to the command line.

I changed the perl code to:

        "rsh willy \"cd here; make command\""

and it's working...

Thanks! 

Greg "I knew there was a reason I didn't like TCL" London
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to