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

Zed::SSHPool - manage ssh connection.

SYNOPSIS

    use Zed::SSHPool;

    Zed::SSHPool::run(\@host => 'cmd', @cmd);
    Zed::SSHPool::run(\@host => 'get', { %OPT }, @files);
    Zed::SSHPool::run(\@host => 'put', { %OPT }, @files);