Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Turning off local-echo from a server.

by defyance (Curate)
on Jan 14, 2003 at 02:56 UTC ( [id://226699]=note: print w/replies, xml ) Need Help??


in reply to Turning off local-echo from a server.

You have quite a few options here..

I would go with:

use Term::ReadKey; ReadMode 2; chomp( my $password = ReadLine ); ReadMode 0;
There are several nodes on this site that will lead you in the right direction, I suggest a good search on "Handling user input", or something like that.

-- Can't never could do anything, so give me and inch, I'll make it a mile.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-18 16:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found