Description
Perl terminal programs can read keys and adjust terminal modes such as echo or raw input. This is useful for password prompts, interactive tools, shortcuts, and full-screen terminal interfaces.
It is a developer library. Terminal mode changes should always be restored on exit or error so the user's shell is not left in a broken state.