openbsd-ports/net/p5-Net-Telnet/pkg/DESCR
jcs 9cd38bc991 Import of Net-Telnet-3.02, maintained by
Nick Nauwelaerts <nick@be.wanadoo.com>

A Perl module which provides an easy to use interface to interactive
network coding.
2001-10-29 03:31:44 +00:00

13 lines
521 B
Plaintext

A Perl module which provides an easy to use interface to interactive
network coding. This is an overview of it's functions:
* communicate with another host or device via a telnet port and
provides some specialized routines to help you login and do other
interactive actions.
* a simple way to make client connections to TCP services you aren't
familiar with socket.
* able to specify your own time-out for connecting, reading and
writing.
* communicating with sockets or pipes and checking those for certain
patterns.