IDEs - Perl
IDE combines the editor, compiler and other useful tools in the same software package. Its advantage is that when a program with syntax errors is compiled, the programmer sees the error messages and the original program at the same time -- this makes debugging much easier. Also, some IDEs contain debuggers. Visual J++, VisualAge for C++ or Java, Java WorkShop, and Visual Caf�?�© are IDEs.
From : www.course.com/careers/glossary/programming.cfm
Practical extraction and reporting language, or Perl, is a scripting language first created by Larry Wall to be used as duct tape for programming with the Unix operating system. Due to its immense power for handling piles of text and, consequently, as a common gateway interface (CGI) scripting language, Perl became very popular among server-side scripters. Perl has a large community of contributing programmers and, what's more, costs nothing and is free to redistribute. ...
From : datacenter.5points.net/datacenter/support/glossary/
Open Perl IDE
Open Perl IDE is an integrated development environment for writing and debugging Perl scripts with any standard perl distribution under Windows 95/98/NT/2000.
This software is written in Delphi 5 Object Pascal and Perl and it is OpenSource, distributed under Mozilla Public Licence 1.1 .
Features :
Customizable Perl Syntax Coloring.
Complete encapsulation of "perl.exe".
Erroneous script lines will be listed on run, compile or debug. The first error-line is marked in editor window.
Insertion and deletion of conditional breakpoints.
View and edit of variables in a watch tree.
Hint-Evaluation: Variables under the mouse-cursor will be evaluated and shown as hint.
Callstack info, List of loaded modules.
Highly configurable, integrated help system.
Flexible environment with dockable windows. Each configuration can be saved as an IDE-Desktop.
It is possible to use different desktop-settings for Edit, Run and Debug modes.
Loading .....