在 Linux Redhat 中的 Eclipse Classic 中运行 Perl 脚本
我有一个 Perl 脚本,我想在 Linux 中运行。我知道我们可以使用哪些插件,但这对我来说是一个限制。我将不得不使用外部工具配置来运行它。我在互联网上搜索过,但没有地方可以找到解释。
我尝试使用外部工具,但是当我运行它时,屏幕上没有显示任何内容。可能是我做错了方法。
我填写的方式是:
- 名称:我给了任意随机名称
- 位置:我给了 /usr/bin/perl
- 工作目录:我的 Perl 脚本所在目录的路径。
- 参数: 我的 Perl 脚本的名称。
我还想提一下,我的脚本调用一个可执行文件(C++ makefile),它运行我的程序的其余部分。也许这就是问题所在?
我正在使用 Perl 视角。我不是 Eclipse 专家,所以我可能会错过一些重要的东西。请指教。
I have a Perl script which I want to run in Linux. I know about the plugins which we can use, but that's a limitation for me. I will have to use External Tools Configurations to run it. I searched on the internet, but there is no place where i could find the explanation.
I tried using external tools, but when I run it nothing is showing up on my screen. May be I did the wrong way.
The way I filled it was:
- Name: I gave any random name
- Location: I gave /usr/bin/perl
- Working Directory: the path of the directory where my Perl script is located.
- Arguments: Name of my Perl script.
I would also like to mention that my script calls an executable file (a C++ makefile) which runs rest of my program. Maybe that is the problem?
I am using Perl perspective. I am not an Eclipse expert, so I might be missing something important. Please advise.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为该位置是您的 Perl 脚本。
/usr/bin/perl /path/to/your/script.pl
/path/to/your/script.pl
检查这些链接,也许有用:
I think the location would be your Perl script.
/usr/bin/perl /path/to/your/script.pl
/path/to/your/script.pl
Check these links, maybe useful: