Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

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).


In reply to Re^2: What's the best Perl IDE? by dandv
in thread What's the best Perl IDE? by cosmicperl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-23 07:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found