* added Eclipse to IDE list * arranged IDE list in alphabetical order
* Updated platforms for Komodo * Updated info on Visual Perl and gave it its own bullet Index: perlfaq3.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq3.pod,v retrieving revision 1.40 diff -u -d -r1.40 perlfaq3.pod --- perlfaq3.pod 19 Oct 2004 17:02:27 -0000 1.40 +++ perlfaq3.pod 30 Oct 2004 12:16:27 -0000 @@ -218,18 +218,24 @@ philosophy is the philosophy of several small tools that each do one thing and do it well. It's like a carpenter's toolbox. -If you want an IDE, check the following: +If you want an IDE, check the following (in alphabetical order, not +order of preference): =over 4 +=item Eclipse + +The Eclipse Perl Integration Project integrates Perl +editing/debugging with Eclipse. + +The website for the project is http://e-p-i-c.sf.net/ + =item Komodo -ActiveState's cross-platform (as of April 2001 Windows and Linux), -multi-language IDE has Perl support, including a regular expression +ActiveState's cross-platform (as of October 2004, that's Windows, Linux, +and Solaris), multi-language IDE has Perl support, including a regular expression debugger and remote debugging -( http://www.ActiveState.com/Products/Komodo/ ). (Visual -Perl, a Visual Studio.NET plug-in is currently (early 2001) in beta -( http://www.ActiveState.com/Products/VisualPerl/index.html )). +( http://www.ActiveState.com/Products/Komodo/ ). =item Open Perl IDE @@ -238,6 +244,11 @@ and debugging Perl scripts with ActiveState's ActivePerl distribution under Windows 95/98/NT/2000. +=item OptiPerl + +( http://www.optiperl.com/ ) is a Windows IDE with simulated CGI +environment, including debugger and syntax highlighting editor. + =item PerlBuilder ( http://www.solutionsoft.com/perl.htm ) is an integrated development @@ -248,10 +259,11 @@ ( http://helpconsulting.net/visiperl/ ) From Help Consulting, for Windows. -=item OptiPerl +=item Visual Perl + +( http://www.activestate.com/Products/Visual_Perl/ ) +Visual Perl is a Visual Studio.NET plug-in from ActiveState. -( http://www.optiperl.com/ ) is a Windows IDE with simulated CGI -environment, including debugger and syntax highlighting editor. =back -- brian d foy, [EMAIL PROTECTED]