in reply to CPerl-Mode Indentation

It's not implemented yet, see this thread:

googlegroups // gnu.emacs.help // cperl-mode

I've already identified the corresponding lines of code, so if you (or someone else) wanna implement it in elisp (which shouldn't be too complicated), Ilya would be pleased to integrate your patch.

maybe of help: elisp for perl programmers

Cheers Rolf

Replies are listed 'Best First'.
Re^2: CPerl-Mode Indentation
by azbok (Initiate) on Jun 14, 2010 at 20:54 UTC
    Wow thanks for the quick reply and the thread about the issue. I like the elisp for perl programmers, that's great! I may poke around with the indentation code, but I don't know lisp very well. Thanks again :)
      if you can read python http://norvig.com/python-lisp.html could be of interest.

      But I disagree with the author, Perl is IMHO closer to LISP than Python.

      Learning LISP helped me understand some design decisions Larry took.

      Cheers Rolf