http://qs321.pair.com?node_id=423223

vegasjoe has asked for the wisdom of the Perl Monks concerning the following question:

I want to prompt a user for a password, but don’t want what the user types to be echoed on the screen:
How can I do this?
This is no good.
print "enter password"; $pwd=<>;