在 Linux Redhat 中的 Eclipse Classic 中运行 Perl 脚本

发布于 2025-01-05 23:49:32 字数 417 浏览 0 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云巢 2025-01-12 23:49:32

我认为该位置是您的 Perl 脚本。

  1. /usr/bin/perl /path/to/your/script.pl
  2. /path/to/your/script.pl

检查这些链接,也许有用:

I think the location would be your Perl script.

  1. /usr/bin/perl /path/to/your/script.pl
  2. /path/to/your/script.pl

Check these links, maybe useful:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文