Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
Think about Loose Coupling
 
PerlMonks  

Re: hiding input

by cianoz (Friar)
on Nov 16, 2000 at 23:28 UTC ( [id://42131]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to hiding input

as many have told you, you should install and use Term::Readkey, however there is another (dirty) way (at least on unix):
system('stty -echo'); print "insert key:"; $key = <STDIN>; system('stty echo');

Replies are listed 'Best First'.
Re: Re: hiding input
by Octavian (Monk) on Nov 17, 2000 at 13:34 UTC
    tried this, and it works great...I am gonna have to use this method. I played around with installing the module on our test box, just to learn a little on how it all works n stuff, but the powers that be wont let me install "extra stuff" on all of our servers. so this is a great alternative...thank you ;)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://42131]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.