in reply to Re^4: SSH and expect without module
in thread SSH and expect without module

an administrator to make the job

Note that you don't necessarily need administrator access to install modules. Here are some options:

Replies are listed 'Best First'.
Re^6: SSH and expect without module
by salva (Canon) on Mar 19, 2017 at 13:25 UTC
    Some modules such as Net::OpenSSH are pure-Perl modules (there is no C code that needs to be compiled) with no non-core dependencies, so you can "hack" their installation by copying over their lib directory

    Note that in order to handle password authentication, Net::OpenSSH requires the XS-based module IO::Pty!.