Link to home
Start Free TrialLog in
Avatar of ochiru
ochiru

asked on

Password

Hi, could someone please help me out with this:

system "stty -echo";
print "Password: ";
chop($psswd = <STDIN>);
print "\n";
system "stty echo";

This is run in the Unix and there’s no prob. How do I do get the same result in Windows as the stty is not a recognized command?
ASKER CERTIFIED SOLUTION
Avatar of prady_21
prady_21

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Tintin
Tintin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Nothing has happened on this question in over 2 months. It's time for cleanup!

My recommendation, which I will post in the Cleanup topic area, is to
split points between prady_21 [50 pts] and Tintin [115 pts].

Please post any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

jmcg
EE Cleanup Volunteer