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的初学者。如何使用Ctrl+D表示我已完成发送输入?我在 Windows 中使用 Active Perl 而不是在 Unix 中。
如果您使用的是 Windows cmd.exe,请尝试使用Ctrl+Z而不是Ctrl+D 来表示文件结束 (EOF)。
来源:http ://code.activestate.com/lists/activeperl/7343/
您还可以使用 F6 功能键在 Windows 中表示您的 inout 结束