NAME
IPC::PerlSSH::Base
- base functionallity behind IPC::PerlSSH
DESCRIPTION
This module provides the low-level message formatting and parsing code used by IPC::PerlSSH
, and the perl code to be executed on the remote server once a connection is established.
This split exists, in order to make it easier to write other modules that use the same behaviour. For example, an asynchronous version could be written using this as a base class.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>