Windows 上的 CGI IDE

发布于 2024-09-09 06:01:00 字数 160 浏览 1 评论 0原文

有没有办法在 Windows 环境中对旧的 Perl CGI 应用程序使用 NetBeans 或 Eclipse?

我目前有用于 PHP 的 NetBeans。

注意:我是一名 .NET 开发人员,以前也做过 PHP。我对 CGI 知之甚少,我只需要修改现有的遗留应用程序。

Is there a way to use NetBeans or Eclipse for an old Perl CGI application in a Windows environment?

I currently have NetBeans for PHP.

NOTE: I am a .NET dev and have done PHP back in the day. I know very little about CGI, I just need to modify an existing legacy app.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

遇见了你 2024-09-16 06:01:00

如果您只有一个 CGI 应用程序:使用文本编辑器或使用您所知的文本编辑器 IDE 来编辑此文件。

Eclipse 有一个 EPIC 插件,可以在某种程度上处理 Perl 文件。

如果您想编辑多个 Perl 应用程序,请尝试 Padre,Perl IDE。它是用 Perl 编写的,主要是为 Perl 编写的(但它支持许多其他语言,如 PHP 和一些非语言,如 CSS 或 HTML)。

您可以使用安装的 CPAN 客户端从 CPAN 获取它,或者从 Padre 下载页面获取它,网址为 http://padre。 perlide.org/download.html(如果您没有安装任何 Perl)。

下载包中包括 Strawberry Perl,它是一个完整的 Windows Perl 解释器。

If you got only one CGI application: Use a text editor or use the IDEs you know as text editors to edit this file.

Eclipse has a EPIC plugin which could handle Perl files up to some point.

If you want to edit more than one Perl application, try out Padre, the Perl IDE. It's written in Perl and mostly for Perl (but it supports many other languages like PHP and some non-languages like CSS or HTML).

You could get it from CPAN using your installed CPAN client or from the Padre download page at http://padre.perlide.org/download.html if you don't have any installed Perl.

The download package includes Strawberry Perl which is a full Perl interpreter for windows.

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