in reply to Sending & Executing a perl script on remote machine.
And you will get the script's stdout output back. Now if it has to be a different script over and over, I suspect that can be automated by simply using File::Remote to send the script over first to each host (but remember the executable bit and its required modules).`ssh name@host$num '/path/to/myscript'`
HTH,
SSF
|
|---|