1Net::SSH::Perl::ChannelUMsgerr(3C)ontributed Perl DocumeNnetta:t:iSoSnH::Perl::ChannelMgr(3)
2
3
4
6 Net::SSH::Perl::ChannelMgr - Manages a list of open channels
7
9 use Net::SSH::Perl::ChannelMgr;
10 my $cmgr = Net::SSH::Perl::ChannelMgr->new;
11 my $channel = $cmgr->new_channel(@args);
12
14 Net::SSH::Perl::ChannelMgr manages the creation and maintenance of a
15 list of open channels for the SSH2 protocol.
16
18 Please see the Net::SSH::Perl manpage for author, copyright, and
19 license information.
20
21
22
23perl v5.34.0 2021-07-22 Net::SSH::Perl::ChannelMgr(3)