Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个 perl 脚本,在我们使用 stty 读取密码。由于 stty 在 Windows 上不可用,因此此脚本失败。我们做了一些搜索,发现 ReadKey 是一个替代方案。但是,我们默认情况下不提供此包裹。
有什么方法可以在不使用 stty 和 ReadKey 的情况下在 perl 中读取密码?
如果有人可以在这方面帮助我,那将是非常有帮助的。
要读取密码,您还可以使用Term::ReadLine。
有关详细信息,请访问Perl Monk。