David Robins > Net-SSH-Perl-1.30 > Net::SSH::Perl::ChannelMgr

Download:
Net-SSH-Perl-1.30.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  25
Open  12
View Bugs
Report a bug
Source   Latest Release: Net-SSH-Perl-1.34

NAME ^

Net::SSH::Perl::ChannelMgr - Manages a list of open channels

SYNOPSIS ^

    use Net::SSH::Perl::ChannelMgr;
    my $cmgr = Net::SSH::Perl::ChannelMgr->new;
    my $channel = $cmgr->new_channel(@args);

DESCRIPTION ^

Net::SSH::Perl::ChannelMgr manages the creation and maintenance of a list of open channels for the SSH2 protocol.

AUTHOR & COPYRIGHTS ^

Please see the Net::SSH::Perl manpage for author, copyright, and license information.