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

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);