Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Best way to ask for password (cross-platform or Win32)

by youwin (Beadle)
on Jun 23, 2009 at 00:31 UTC ( [id://773803]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Term::ReadKey;
    
    ...
        ReadMode 'restore';
        $phrase;
    }
    
  2. or download this
    my $pwd = prompt 'enter password: ', -echo => '*'
    print "$pwd\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-03-28 16:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found