Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Perl Editors?

by jr_dunson (Initiate)
on Apr 11, 2007 at 14:55 UTC ( [id://609382]=perlquestion: print w/replies, xml ) Need Help??

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

Hey, I hope I posted this to the right place. Just wanted to ask if you have any recommendations for the best perl editor. I've used Notetab Light for years, but was wanting to see what other use. Notetab is free,,,and I can open many documents at once, and even build snippet libraries (i.e., reusable code libraries). I've thought of Ecclipse IDE, but there's little Perl support... Any other suggestions? You can email me offline at: jarrell_dunson@asburyseminary.edu. Thanks ahead of time. Jarrell

Replies are listed 'Best First'.
Re: Perl Editors?
by bobf (Monsignor) on Apr 11, 2007 at 15:03 UTC
Re: Perl Editors?
by Old_Gray_Bear (Bishop) on Apr 11, 2007 at 15:33 UTC
    I have grown rather attached to Vim. It runs on all three environments I routinely use (Solaris/FreeBSD UNIX, Linux and two different Windows variants). I can set up the same macros and hot-keys in all three environments, so I don't have to remember where I am working on at the moment, just open and edit.

    ----
    I Go Back to Sleep, Now.

    OGB

Re: Perl Editors?
by nega (Scribe) on Apr 11, 2007 at 18:45 UTC
Re: Perl Editors?
by cdarke (Prior) on Apr 11, 2007 at 15:05 UTC
    5.8 version of perlfaq3 lists some
    Personally I use Textpad.
      ++ You can add on snippets, syntax coloring, et al. Really lightweight solution, loads quickly etc. Of course, it is not an IDE, so no debugger. ActiveState Komodo has a good debugger and you can use it for both Perl and Python. Tobin
      Wow. I was just writing a message like "TextPad is dead, don't use it", but I've checked the site and it looks like they've released v5 after all these years :p I wonder what new features (if any) it has... Btw, I recommend Komodo.

        I bought a license for TextEdit 4 a few years back, but although it is fast and nice to have around, I never really loved it. I also switched to OSX at home recentlty and haven't really found a text editor I like, though JEdit comes closest. It is cross-platform and has a few useful plugins for perl, but it works best with a big screen. My MacBook's screen isn't really big enough for it if you a lot of plugins.

        How can you feel when you're made of steel? I am made of steel. I am the Robot Tourist.
        Robot Tourist, by Ten Benson

Re: Perl Editors?
by Mutant (Priest) on Apr 11, 2007 at 15:00 UTC
    You can try the EPIC plugin for Eclipse. It adds Perl support. It's pretty good, have been using it for the last few weeks. Not as feature rich as the Java stuff, but lots of nice things (e.g. it picks up syntax errors immediately, and I have developed a heavy reliance on the "outline" to jump around functions/methods within a file).
Re: Perl Editors?
by cormanaz (Deacon) on Apr 11, 2007 at 15:05 UTC
    I use Activestate Komodo. It's a complete IDE. It also has a nice GUI debugger, which I would be totally screwed without. They have windoze/Mac/Linux versions.
Re: Perl Editors?
by jfluhmann (Scribe) on Apr 11, 2007 at 15:09 UTC
    Windows or Linux? I've used PSPad on Windows. If you're still interested in Eclipse (with EPIC), there may be a talk on it at this year's YAPC::NA. We're announcing the schedule on April 30th, so you might check the YAPC::NA 2007 site then.
Re: Perl Editors?
by ww (Archbishop) on Apr 11, 2007 at 20:53 UTC
    "...best perl editor..." ???

    "best" is what works well for you.

    Now, I'm prejudiced. I was a big-spender (v 4.95, US$20 then; v5.2, US$30 now) and went for the "pro" version...and I'm also staying in (loose) touch with their folks, from whom came the news that they'll soon (for some unknown value of "soon") upgrade NoteTab's current (PCRE version 7) regex support to a full Perl version.

    NoteTab already offers a great set of "clips" (plugins/modules/libs, if you prefer one of those labels), including one that will give you syntax highlighting. It's lightweight and quick.

    So would I recommend anything different? No, not unless an integrated debugger is critical.

    You have quite a list of choices in responses above this node, but FWIW, remember, for some time at least, changing editors will involve climbing the learning curve, so "best for you" may still be what you're already familiar with.

Re: Perl Editors?
by johngg (Canon) on Apr 11, 2007 at 15:55 UTC
    I always plug nedit when this question comes up. It is easy to use and has a small footprint compared to something like Emacs yet it has enough power to be useful. It has syntax highlighting for many languages and reasonable macro functionality. Especially useful is dragging over text with the middle mouse button (it underscores rather than highlights) and that text is pasted to the cursor position (or over text that has been selected with the left button) as soon as the middle button is released. It can also use regular expressions in Find and Replace operations, including captures (accessed via \1 etc. rather than $1).

    It is available for most *nix platforms and will also run under Cygwin by all accounts.

    Cheers,

    JohnGG

      Howdy!

      Yep. It runs find under Cygwin...

      I'm fond of it in the Windoze and Unix environments (modulo OSX where I use BBedit).

      yours,
      Michael
Re: Perl Editors?
by friedo (Prior) on Apr 11, 2007 at 15:00 UTC
    I still like Emacs.
      Pardon the shameless self-promotion, but... with Sepia! ;)
Re: Perl Editors?
by Marza (Vicar) on Apr 11, 2007 at 17:47 UTC
Re: Perl Editors?
by swampyankee (Parson) on Apr 11, 2007 at 17:05 UTC

    Like friedo, I like GNU emacs or xemacs, with some preference for the latter. I also like vim.

    Editor preference is very subjective, so I would suggest that you use a few and find out which one you like most.

    emc

    Insisting on perfect safety is for people who don't have the balls to live in the real world.

    —Mary Shafer, NASA Dryden Flight Research Center

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-19 03:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found