What's a good development environment for Perl

2020-02-25 07:41发布

I develop applications using PHP or Java and will study Perl for the first time.

For PHP and Java, there are integrated development environments such as Eclipse, and debugging environment was regulated well, but, in the case of Perl, what kind of development environment do people use?

Is there a recommended IDE?

I would prefer a free debugging environment.

标签: eclipse perl ide
8条回答
家丑人穷心不美
2楼-- · 2020-02-25 08:25

Perl has very good debugging support. Read perldoc perldebug for details.

There are a bunch of IDEs such as ActiveState's Komodo, EPIC etc but I prefer to combine GVim (see also .vimrc for Perl programmers) with the command line. Others prefer Emacs.

查看更多
不美不萌又怎样
3楼-- · 2020-02-25 08:27

As Sinan stated, there are some IDEs for Perl. Padre is worth a mention. It is being actively developed by the Perl community.

查看更多
登录 后发表回答