Term::ReadKey - A perl module for simple terminal control https://www.cpan.org/
Go to file
2024-01-06 09:40:34 +01:00
perl-Term-ReadKey.spec rebuilt with perl 5.24 [release 2.30.02-2mamba;Wed Nov 09 2016] 2024-01-06 09:40:34 +01:00
README.md update to 2.30.02 [release 2.30.02-1mamba;Fri Feb 08 2013] 2024-01-06 09:40:34 +01:00

perl-Term-ReadKey

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.