Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: term::readkey suggestion

by Anonymous Monk
on Jan 27, 2010 at 14:59 UTC ( [id://819940]=note: print w/replies, xml ) Need Help??


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

Hi Corion,

Thanks for your reply but Term::ReadKey doesn't comes with perl as standard module (atleast in perl v5.6). Also, it's not like I am trying to avoid; just curious to know if there any other possible route?

once again, Thanks for your suggestion.

Replies are listed 'Best First'.
Re^3: term::readkey suggestion
by Taulmarill (Deacon) on Jan 27, 2010 at 15:19 UTC

    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.

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

Re^3: term::readkey suggestion
by Anonymous Monk on Jan 27, 2010 at 15:18 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://819940]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-19 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found