in reply to Connecting Remote machines using perl.

If you're running this on a cluster node, don't you have some form of shared storage available to all nodes (even if it's just a minuscule ramdisk) you could use? You could install Net::SSH there and use lib the directory in order to avoid installation on all nodes.


Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- Brian W. Kernighan