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

Yeah sorry for the confusion. Up until now i had to ask our sysadmin to install modules for me. They sometimes take ages to do it and i hadn't ever tried installing them locally until now. I'd still prefer to run my scripts on my local machine though, rather than try to install modules on the remote machine/LSF.

  • Comment on Re^10: Advice on running perl program over ssh

Replies are listed 'Best First'.
Re^11: Advice on running perl program over ssh
by salva (Canon) on Jul 16, 2014 at 09:58 UTC
    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.