|
Posted by nybble on September 21, 2005, 5:37 am
Please log in for more thread options
Jianli Shen wrote:
> I want run perl script on machine A,
> A: ./test.pl
> ./test.pl will ssh to machine B execute command (cd dirB; runB &),
> then ssh to machine C, execute command (cd dirC; runC &)
I suspect that fork and Net::SSH will probably be what you are looking
for...
|