Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

comment on

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

Ah, right.

I tried to use ECB when I was a complete Emacs n00b, and I don't think I had enough basic Emacs skills to learn new things easily at that time, at least not complicated things like ECB.

When I finally managed to install it I don't think I ever managed to get the Perl stuff working properly (I used it for C++ at that time). Semantic doesn't support Perl IIRC, but ctags should work.

I also looked at it later to see if I could get PerlySense to hook into it, but again the elisp was way too magical for me at that time, having only put stuff in my .emacs file up until then. (I've basically learned elisp as I went along writing PS). Maybe I should take a look at it again.

So yes, outside of PS:

  • cperl-mode
  • project-root with a home grown project-find-file, and project-ack (which I just recently folded into PerlySense with some bells and whistles)
  • I put an improved regex-tool into PS, but it turns out I rarely use it
  • The Emacs perl debugger is brilliant, and I use it sometimes (but it needs to be Project aware, so a wrapper will go into PS eventually).
  • flymake to check syntax and Perl::Critic, but that's also wrapped and improved slightly in PS.
  • yasnippet, mostly for very simple but awkward-to-type things like unpacking sub/method parameter lists. I have special key bindings for extremely common things like "$self->", "->" "=>", and a curly block.
  • Home grown functions to reformat and align parameter lists for when they get too long.
  • Version control stuff, also streamlined into PerlySense (might not really be on-topic, but still useful)

/J


In reply to Re^7: using perldebugger as REPL? by jplindstrom
in thread using perldebugger as REPL? by LanX

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 romping around the Monastery: (2)
As of 2024-04-25 04:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found