http://qs321.pair.com?node_id=248327

EPIC is a pretty cool project I came across today. Its aim is to provide a set of Perl oriented plugins (editor, debugger, regex editor) for the Eclipse open source IDE originally developed by IBM and now supported by a large community as well as many companies. This may eventually provide an alternative to ActiveState's Komodo IDE.

I'm not much of a GUI or IDE person, but if anyone else who prefers that sort of tool wants to give it a whirl, that would be cool.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: EPIC - Perl plugins for Eclipse
by dze27 (Pilgrim) on Apr 12, 2003 at 05:53 UTC

    I tried this out last week. Eclipse is a pretty hefty download, 67 MB, IIRC. It's a lot more generally polished and advanced than Komodo, although I admit I haven't tried Komodo in the last six months or so. It did take a bit of configuration in order to get working, for instance, one might have expected it to say, detect your perl installation automatically (or at least one of them). I couldn't get the regex editor working but didn't try very hard so it's probably just me. Depending on the size of your perl scripts, using an IDE like this might be overkill. The editor seems like it would be a better match for a large object-oriented software development project. In any case, this is not intended to be a negative, I had a positive experience using EPIC.

      Thanks for taking the time. :)

      Makeshifts last the longest.