Packages / openSUSE Leap 15.6 / Development/Libraries/Perl / perl-Net-Telnet
[Source: perl-Net-Telnet]
Package: perl-Net-Telnet (3.04-1.25)
interact with TELNET port or other TCP ports
Net::Telnet allows you to make client connections to a TCP port and do
network I/O, especially to a port using the TELNET protocol. Simple I/O
methods such as print, get, and getline are provided. More sophisticated
interactive features are provided because connecting to a TELNET port
ultimately means communicating with a program designed for human
interaction. These interactive features include the ability to specify a
time-out and to wait for patterns to appear in the input stream, such as
the prompt from a shell. IPv6 support is available when using perl 5.14 or
later (see 'family()'.
Other reasons to use this module than strictly with a TELNET port are:
* *
You're not familiar with sockets and you want a simple way to make client
connections to TCP services.
* *
You want to be able to specify your own time-out while connecting,
reading, or writing.
* *
You're communicating with an interactive program at the other end of some
socket or pipe and you want to wait for certain patterns to appear.
Here's an example that prints who's logged-on to a remote host. In addition
to a username and password, you must also know the user's shell prompt,
which for this example is '"bash$ "'
use Net::Telnet ();
$t = new Net::Telnet (Timeout => 10,
Prompt => '/bash\$ $/');
$t->open($host);
$t->login($username, $passwd);
@lines = $t->cmd("who");
print @lines;
See the *EXAMPLES* section below for more examples.
Usage questions should be directed to the perlmonks.org discussion group.
Bugs can be viewed or reported at cpan.org on the Net::Telnet page.
Other Packages Related to perl-Net-Telnet:
Download perl-Net-Telnet
| Architecture | Package Size | Installed Size | Files |
|---|
| noarch | 63 KiB | 179 KiB | [list of files] |
Package file paths (7)
Paths come from the repository package-file index for the observed builds. They describe archive/package associations, not every file that will exist on a running system after maintainer scripts, alternatives, generated state, diversions, or installation choices.
- /usr/lib/perl5/vendor_perl/5.26.1/Net
- /usr/lib/perl5/vendor_perl/5.26.1/Net/Telnet.pm
- /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
- /usr/share/doc/packages/perl-Net-Telnet
- /usr/share/doc/packages/perl-Net-Telnet/ChangeLog
- /usr/share/doc/packages/perl-Net-Telnet/README
- /usr/share/man/man3/Net::Telnet.3pm.gz
Field source: openSUSE Leap 15.6 OSS revision leap-15-6-oss-multiarch:ca2653101b9afba6656aea529109ba0c0f1ca1a92aa8614e7c887fda5264c230