diff options
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 |
commit | eb26389fa5ea8822b287269a78991c9fc5c86f91 (patch) | |
tree | 0dff17efd79c155adc052a309ac1e48bc47c0a3c /libraries/perl-Net-Telnet/slack-desc | |
parent | d9c9cbb5c66fbef19b497c19c09013eb5e16d50c (diff) |
libraries/perl-Net-Telnet: Added (interact with TELNET or TCP ports)
Diffstat (limited to 'libraries/perl-Net-Telnet/slack-desc')
-rw-r--r-- | libraries/perl-Net-Telnet/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/perl-Net-Telnet/slack-desc b/libraries/perl-Net-Telnet/slack-desc new file mode 100644 index 000000000000..dd7b8eefe8f5 --- /dev/null +++ b/libraries/perl-Net-Telnet/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler-------------------------------------------------------| +perl-Net-Telnet: perl-Net-Telnet (interact with TELNET port or other TCP ports) +perl-Net-Telnet: +perl-Net-Telnet: Net::Telnet allows you to make client connections to a TCP port and do +perl-Net-Telnet: network I/O, especially to a port using the TELNET protocol. Simple +perl-Net-Telnet: I/O methods such as print, get, and getline are provided. More +perl-Net-Telnet: sophisticated interactive features are provided because connecting to +perl-Net-Telnet: a TELNET port ultimately means communicating with a program designed +perl-Net-Telnet: for human interaction. These interactive features include the ability +perl-Net-Telnet: to specify a time-out and to wait for patterns to appear in the input +perl-Net-Telnet: stream, such as the prompt from a shell. +perl-Net-Telnet: |