[ 源代码: libnet-telnet-perl ]
软件包:libnet-telnet-perl(3.04-1.1)
libnet-telnet-perl 的相关链接
Debian 的资源:
下载源码包 libnet-telnet-perl:
- [libnet-telnet-perl_3.04-1.1.dsc]
- [libnet-telnet-perl_3.04.orig.tar.gz]
- [libnet-telnet-perl_3.04-1.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module to script telnetable connections
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 timeout and to wait for patterns to appear in the input stream, such as the prompt from a shell.