summaryrefslogtreecommitdiffstats
path: root/libraries/perl-Net-Telnet/README
diff options
context:
space:
mode:
author Marco Bonetti <sid77@slackware.it>2010-04-16 21:56:30 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-15 10:38:08 +0200
commiteb26389fa5ea8822b287269a78991c9fc5c86f91 (patch)
tree0dff17efd79c155adc052a309ac1e48bc47c0a3c /libraries/perl-Net-Telnet/README
parentd9c9cbb5c66fbef19b497c19c09013eb5e16d50c (diff)
downloadslackbuilds-eb26389fa5ea8822b287269a78991c9fc5c86f91.tar.gz
slackbuilds-eb26389fa5ea8822b287269a78991c9fc5c86f91.tar.xz
libraries/perl-Net-Telnet: Added (interact with TELNET or TCP ports)
Diffstat (limited to 'libraries/perl-Net-Telnet/README')
-rw-r--r--libraries/perl-Net-Telnet/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/perl-Net-Telnet/README b/libraries/perl-Net-Telnet/README
new file mode 100644
index 0000000000..890da5b2f9
--- /dev/null
+++ b/libraries/perl-Net-Telnet/README
@@ -0,0 +1,9 @@
+Net::Telnet - 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.