The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>