It is said that some of the best things in life are free. This is certainly true regarding God’s Grace, and on a much, much lesser scale, true with regards to a nifty programmer’s tool called Open Perl IDE.
Open Perl IDE is a Win32-based, integrated development environment for writing, editing, updating your Perl scripts. But that’s not all. You can also debug Perl scripts local on your PC with any standard perl distribution under Windows 95/98/NT/2000/whatever.
I’ve been using this tool since about mid-November and it has been nothing less than a God-send. It is what helped me hack away at a script I use to parse my pastor’s sermons into legible HTML. The debugging feature was especially useful in pointing out little omissions and stuff that drive you nuts when you attempt to debug from client to server. Here are just some of the features this free/Open Source (distributed under the Mozilla Public Licence 1.1) offers:
- 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.
- View and edit of variables in a watch tree.
- 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.
Insertion and deletion of conditional breakpoints.
Hint-Evaluation: Variables under the mouse-cursor will be evaluated and shown as hint.
Now if I could find a comparable product for PHP, I’d be set!
March 5, 2003 at 10:38 am
It’s enough to make me wish I was learning perl instead of php. But a php version of that would be absolutely astounding!
March 5, 2003 at 1:14 pm
After several years of using PHP, I’ve had enough. I’m moving everything I have in PHP to JSP this summer. I’ve seen glorious things in Eclipse[1] with JSP. Breakpoints, variable watching, stepping, wow.
[1] http://www.eclipse.org/
March 5, 2003 at 1:45 pm
Eclipse is extremely flexible. As a matter of fact, they have a PHP plugin for it that appears to be very feature-rich. You may be interested in checking it out.
http://phpeclipse.sourceforge.net/
September 11, 2003 at 7:05 am
There’s a product called komodo which is an ide for pretty much everything including PHP. Costs $295 though.