How to hide user input password in Perl Command Line Interface?

The Prototype

New member
Hi, I have a CLI application and when the user enters the password, I would not like it to be shown on the command line. Is there a way to do that in Perl on Linux? Thanks.
 
Back
Top