Description
Perl command-line programs can ask for passwords or other secret input without echoing the characters on screen. This is useful for login prompts, setup tools, and scripts that must avoid exposing typed secrets in the terminal.
It is a developer library. Applications should also avoid logging the captured value and should clear or limit secret lifetime when possible.