vote up 1 vote down star

Possible Duplicate:
What’s a good development environment for Perl?

Are there any good stand-alone Perl editors out there? I can get by with general-purpose text editors, but if there is a nice one with functionality similar to the bigger Java editors (Eclipse/Netbeans), it would be a big help.

flag
Eclipse/NetBeans are Integrated Development Environments (IDEs), ie, editors, debuggers, builders, etc. – Daniel Aug 19 at 0:00
So by "standalone," you mean to exclude EPIC? epic-ide.org – BipedalShark Aug 19 at 0:02
Duplicate: stackoverflow.com/questions/1016165/… – Sinan Ünür Aug 19 at 1:13

closed as exact duplicate by Sinan Ünür, Bill the Lizard Aug 19 at 1:34

6 Answers

vote up 2 vote down check

This topic appears to have been covered: Is there a free Perl editor for linux like Komodo?

For my money, Emacs (or vim if you're sadomasochistic) works just fine.

link|flag
Gave Komodo a whirl after padre's website didn't seem to have its general linux binary (bunch of windows binaries in the folder they linked to). The editor seems to be exactly what I was looking for, thanks! – Ben Aug 19 at 0:58
1  
Ben: you can install Padre into your Perl (if you have Perl with threads) – Alexandr Ciornii Aug 19 at 8:08
vote up 4 vote down

A purpose built Perl editor:

http://padre.perlide.org/trac/wiki/

It's designed to be very friendly to the perl developer.

link|flag
vote up 4 vote down

I've been using two approaches with general success:

Padre (available from CPAN): http://padre.perlide.org/

A little raw yet, based on Wx widgets and the scintilla text editor. One big advantage is that it has a fairly robust plugin system, and the plugins are written in perl- this makes it very easy to code in custom tasks.

EPIC plugin for eclipse: http://www.epic-ide.org/

This works pretty well, especially if you are using Java already- otherwise, it's a pretty big system to drop in.

Both of these are cross-platform.

link|flag
vote up 1 vote down

I would normaly just say emacs, but I think you might be happy with Komodo Edit from active state. Its a slightly stripped-down version of their Komodo IDE (which retails for $250, I think). Anyway, its a nice ide for dynamic languages built on mozilla.

link|flag
vote up 1 vote down

You can do a lot worse than http://www.epic-ide.org/ .

link|flag
vote up 0 vote down

PSPad is a general-purpose editor that also has limited "intellisense" capability and very customizable highlighting.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.