http://qs1969.pair.com?node_id=819949


in reply to Re^2: term::readkey suggestion
in thread term::readkey suggestion

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.

Replies are listed 'Best First'.
Re^4: term::readkey suggestion
by Anonymous Monk on Jan 27, 2010 at 15:48 UTC

    Thank You all for your suggestion. Really Thanks.Have a nice day ahead.