perl Padre IDE 标准输入不起作用
我在 windows vista 上使用 padre 0.64 作为 perl IDE 标准输入命令不起作用,我在 cmd 行上尝试了相同的代码,它确实起作用了,即
my $k = <>;
print $k;
有没有办法修复它?
I'm using padre 0.64 as perl IDE on windows vista The standard input command is not working , I tried the same code on the cmd line and it did work i.e
my $k = <>;
print $k;
Is there a way to fix it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 Padre 的旧版本。内部输出窗口就是一个输出窗口。
您需要打开“使用外部窗口执行”(选中该框)。
在 0.91 中,它位于“工具”->“工具”中。首选项->语言 Perl 5,但它在 0.64 的其他地方。
它曾经在“工具->首选项->运行参数”中
It's quite an old version of Padre. The internal output window is that, just an output window.
You need to turn on the "Use external window for execution" (checking the box).
In 0.91 it is in Tools -> Preferences -> Language Perl 5 but it was somewhere else in 0.64.
It used to be in "Tools -> Preferences -> Run Parameters"