Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

In search of a good (and free) Perl IDE for Windows

by Anonymous Monk
on Jun 12, 2003 at 02:52 UTC ( [id://265261]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Can anyone recommend a good IDE for Windows? What I'm looking for is an IDE with syntax highlighting, auto indenting, line numbering, the ability to let me know where I made syntax errors and did wrong, and the ability to run the script and see its result from within the program. In other words, I'm looking for something as close to Microsoft Visual C++ 6.0 (which I already have and use for C++ programming) as possible without paying money. The free part is important because I am a "poor college student." I tried Open Perl IDE and I like most of it, but it has a problem with using <STDIN>. Thank you for your suggestions.
  • Comment on In search of a good (and free) Perl IDE for Windows

Replies are listed 'Best First'.
Re: In search of a good (and free) Perl IDE for Windows
by artist (Parson) on Jun 12, 2003 at 02:59 UTC
Re: In search of a good (and free) Perl IDE for Windows
by nite_man (Deacon) on Jun 12, 2003 at 07:06 UTC
    I would like to suggest you HTMLKit. This is a 'full-featured editor designed to help HTML, XHTML and XML authors to create, edit, format, validate, preview and publish web pages, scripts and over dozen other file types', free and supports Perl, Embperl, PHP, Java, JavaScript, HTML, XML etc.
    HTMLKit has many plugins for expansion its functionality.
    For tuning this editor for Perl development try to install follow plugins:
    • dwPerl - adds a possibility to run and debug your Perl script, a commonly used code snippets and drop-down list with all functions of your module of script for quick jumping to the function definition.
    • hkPerl - adds a list of related Perl functions which can be used for help and quick insert.
    • Perl Reference - adds a keyword help file for Perl 5 functions (online and offline versions)
    • avwHTMLTemplate - inserts commands and control structures used by the HTML::Template Perl module
    • Plugins Generator - adds a possibility to visually design plugins which will consist your information (for example, I've created plugin which consists a library of HTML controls, generated using Embperl).

    Also, you can install Vim for Windows and configure it for Perl development as TVSET suggests in his post Vim for Perl developers.

    In my mind, Vim is the most power, flexible and useful editor and it permits me be at easy at developent under any operation system. Many scripts permit you to configure Vim for your needs and tips help you to use Vim more efficient.

    I hope that this post will help you to choose a good for you Perl IDE.

          
    --------------------------------
    SV* sv_bless(SV* sv, HV* stash);
    
Re: In search of a good (and free) Perl IDE for Windows
by crouchingpenguin (Priest) on Jun 12, 2003 at 11:17 UTC

    Check out Epic, a perl plugin for Eclipse. It's all high quality Free Software.

    Interesting features include:

    • On the fly syntax check (with annotation hover)
    • Content assist (such as with method names, etc)
    • Quick reference feature
    • Outline view with used modules and subroutines
    • Source formatter
    • a RegExp Plugin
    • Syntax Highlighting


    cp
    ----
    "Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic."
Re: In search of a good (and free) Perl IDE for Windows
by Popcorn Dave (Abbot) on Jun 12, 2003 at 04:19 UTC
    Another option to consider is Context. It's free, should do what you want by configuring hot keys, and has templates for lots of different languages, so it's not limited strictly to Perl. You can have it print text output within the program.

    That said, if you're going for strictly Perl, check out DZSoft's Perl Editor. I believe it runs about $50 and it will do what you're after. Unlike Context, you can do either text or browser based output in DZSoft's editor.

    Hope that helps!

    There is no emoticon for what I'm feeling now.

      That said, if you're going for strictly Perl, check out DZSoft's Perl Editor.

      I'm a VIM guy myself, but I'll throw up a 2nd for DZ. I don't use Windows personally, but a co-worker uses DZSoft's on his machine and it does seem pretty full-featured.

      For VIM, you should check out the aforementioned TVSET's page and his writeup on how to get VIM configured to be a good perl ide.

      You can also read the Outside Links - Code Editors node for even more suggestions.

      ~~
      naChoZ

Re: In search of a good (and free) Perl IDE for Windows
by WhiteBird (Hermit) on Jun 12, 2003 at 04:27 UTC
    Another option that I haven't seen mentioned is OptiPerl, by Xarka at: http://www.xarka.com/optiperl
    A free trial version is available for download. If you like it the user fee is $39.00 for the standard version.

    It's good for cgi programming because you can set it up to run your code to a browser window. It provides syntax checking, code highlight, etc. It's a little buggy if you want to print anything out, though. And while you can set it up to run from a command line, I find it easier to just run non-cgi stuff from my C: prompt.

Re: In search of a good (and free) Perl IDE for Windows
by CountZero (Bishop) on Jun 12, 2003 at 06:17 UTC

    Activestate's KOMODO is only $29.95 for its personal version and has all you want.

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Re: In search of a good (and free) Perl IDE for Windows
by tcf22 (Priest) on Jun 12, 2003 at 06:15 UTC
    I've worked in a company using windows for a while now. I've tried a few editors. I'm not a big fan of context, but Edit Plus and XEmacs work very well. They all have syntax highlighting, etc. I still prefer gvim for windows. It support windows commands(CTRL-C, etc.) and VI commands. It has a steap learning curve if you haven't used vi, but it is extremly powerful once you learn the basics.
Re: In search of a good (and free) Perl IDE for Windows
by barbie (Deacon) on Jun 12, 2003 at 12:09 UTC
    EditPlus does most of what you want - http://www.editplus.com/.

    I've been using it to create Perl, XML, HTML, SQL and Javascript files for a number of years now. You can set the User Tools to run a Perl script and capture the output within EditPlus (handy for cut 'n' paste jobs) or automatically run in a command line window. The only thing it doesn't do that you wanted, is to tell you what you did wrong via a syntax checker, although the syntax highlighting can help you out.

    It isn't free, but at $30 it's a reasonable price.

    --
    Barbie | Birmingham Perl Mongers | http://birmingham.pm.org/

Re: In search of a good (and free) Perl IDE for Windows
by Anonymous Monk on Jun 12, 2003 at 03:02 UTC
    I recommends this:

    http://www.gnu.org/software/emacs/windows/ntemacs.html

    Best IDE for any OS.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://265261]
Approved by fredopalus
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 20:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found