Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: What's the best Perl IDE?

by dandv (Novice)
on Nov 02, 2010 at 22:23 UTC ( [id://869108]=note: print w/replies, xml ) Need Help??


in reply to Re: What's the best Perl IDE?
in thread What's the best Perl IDE?

I wish vi fanbois and emacs die-hards stopped recommending them as Perl IDEs. They are editors, as much as you love them. They don't have debuggers, stack tracers, variable watching, breakpoints, regexp builders, or anything that makes up a real Perl IDE.

That said, Perl IDEs are listed at perlide.org.

There are two serious paid Perl IDEs:

  • Komodo IDE. I've been using it and it works. Debugging is slower than in Eclipse+EPIC, but it does remote debugging. Development on Komodo is clunky (they still haven't implemented basic features like moving panes around, or tooltip variable evaluation, although users have been begging for them for years).
  • Optiperl - I used it in 2006 and it was pretty good. I liked the tooltip evaluations and the cool background highlight of the blocks. But displaying complex data structures in the Watches pane was a mess: hashrefs can't be expanded and some display "REUSED_ADDRESS" instead of the actual hash; arrays of hashrefs were numbered in a totally idiotic way. For that reason, I stuck with Komodo. However, it's been 4 years since. Optiperl does remote debugging too, albeit with some issues. Its latest version, however, dates from February 2008, and it doesn't do Unicode. Komodo, by contrast, releases new betas all the time.

The two serious free Perl IDEs are Padre and Eclipse + the EPIC plugin.

I compared Komodo vs. Eclipse and stuck with Komodo because of its remote debugging capabilities.

Padre is still immature but the good part is that you can improve it, since it's written in Perl, unlike EPIC (written in Java).

Replies are listed 'Best First'.
Re^3: What's the best Perl IDE? (emacs FUD)
by LanX (Saint) on Nov 02, 2010 at 22:30 UTC
    > emacs die-hards stopped recommending them as Perl IDEs. They don't have debuggers, stack tracers, variable watching, breakpoints, regexp builders, or anything that makes up a real Perl IDE.

    Can't talk about vi but for emacs thats just FUD.

    Could you please at least try googling before making such bold statements?

    BTW: The Regex-tool in Komodo is Python based, with all incompabilities.

    Cheers Rolf

    .

    UPDATE: perldb

    regex-tool

    ECB

Log In?
Username:
Password:

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

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

    No recent polls found