slackbuilds/perl/perl-TermReadKey
Thomas Szteliga df4807e80a perl/perl-TermReadKey: Fixed slack-desc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-12-28 23:21:29 +07:00
..
README perl/*: Moved all of the Perl modules to here 2011-03-20 12:32:34 -05:00
perl-TermReadKey.SlackBuild perl/perl-TermReadKey: Updated for version 2.32. 2014-08-20 17:34:44 +07:00
perl-TermReadKey.info perl/perl-TermReadKey: Updated for version 2.32. 2014-08-20 17:34:44 +07:00
slack-desc perl/perl-TermReadKey: Fixed slack-desc. 2014-12-28 23:21:29 +07:00

README

Term::ReadKey - A perl module for simple terminal control

Term::ReadKey is a compiled perl module dedicated to providing simple
control over terminal driver modes (cbreak, raw, cooked, etc.,) support
for non-blocking reads, if the architecture allows, and some generalized
handy functions for working with terminals. One of the main goals is to
have the functions as portable as possible, so you can just plug in "use
Term::ReadKey" on any architecture and have a good likelyhood of it
working.