in reply to Re^10: Advice on running perl program over ssh
in thread Advice on running perl program over ssh

Just to be sure you are understanding me: you don't need to install Net::OpenSSH on the remote machine, just on your local machine where you run your scripts.

The module just allows to run ssh in a friendly and perlish way, and invoke several remote commands over one single SSH connection and takes care of a lots of ugly details.