What's a good development environment for Perl?

前端 未结 8 1006
眼角桃花
眼角桃花 2020-12-30 06:35

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

8条回答
  •  独厮守ぢ
    2020-12-30 07:09

    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.

提交回复
热议问题