We have a Perl script that uses the terminal to read a password. This script does not work on Windows as the terminal is not available.
We did some research and found that ReadKey/Readline is an alternative for this. However, this package is not part of our default Perl install.
Is there a way to read a password in Perl without using the terminal or ReadKey/Readline?