I have an interactive Perl script. The user gets prompted for some information and as the user types his repsonse, it is also displayed on the screen.
One of the things to enter is a passowrd variable. Is there a way to allow the user to enter the password, but not have it echo to the screen, but still capture the input?
Thanks for the info
One of the things to enter is a passowrd variable. Is there a way to allow the user to enter the password, but not have it echo to the screen, but still capture the input?
Thanks for the info