The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>