diff options
Diffstat (limited to 'net/p5-Net-Telnet/DESCR')
-rw-r--r-- | net/p5-Net-Telnet/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/p5-Net-Telnet/DESCR b/net/p5-Net-Telnet/DESCR new file mode 100644 index 00000000000..50642c3cfd0 --- /dev/null +++ b/net/p5-Net-Telnet/DESCR @@ -0,0 +1,11 @@ +Contents of perl5 Net::Telnet class: + + 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. |