Getting Started
Introduction
Perl IDEs
History
Advice
Tools
Mini-Tutorial
Tutorial
Code Snippets

Resources
Top Sites
More Tutorials
Books
Magazines
Articles
NewsLetters
Mailing Lists
NewsGroups
Forums
User Groups
Talk Shows
Blogs
Clothing

GBIC >> Perl >> IDE

Perl IDEs
Perl programmers have a wide range of IDEs, programmers' editors, and text editors available which can be used to write Perl code.

IDEs tend to be best when working on long programs or when a testing environment is desired. When programs are short, programmers' editors are usually adequate. Many programmers also use simple text editors (such as Notepad) for ease of use.

I write relatively few Perl scripts each year and use NoteTAB as my Perl editor.

IDEs
IDEs are typically provide graphical environments for editing code, but also including capabilities for code generation, error detection, custom formatting, API access, debugging, script testing, and much more.

Here are some of the available Perl IDEs.

Programmers' Editors
A majority of Perl programmers use multi-language programmers editors to write Perl code. These provide syntax highlighting plus a few additional features for inserting Perl code.

Here are some of the more popular Programmers Editors available today.

Text Editors
With simple text editors, programmers forego extra features in order to get the simplest possible editing environment. Many simply fire up their OS default text editor (Notepad for Windows or VI for UNIX) to create short Perl scripts.

Others use one of these other readily available freeware text editors

Editor List
In addition to the recommendations above there are literally hundreds of other editors available. If you want to see more options, take a look at my complete list of available editors.