![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re^3: term::readkey suggestionby Taulmarill (Deacon) |
on Jan 27, 2010 at 15:19 UTC ( #819949=note: print w/replies, xml ) | Need Help?? |
Of course you could use other methods, but most of them only work on a small number of platforms. Figuring out all the differences between the OSes and their implementations of terminals is very boring. Thats what Term::ReadKey does for you. One way of turning echo off on UNIX-like platforms is stty -echo and turn it on again with stty echo.
In Section
Seekers of Perl Wisdom
|
|