Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What emacs tools are available for Perl programmer? How to install them? [closed]

Tags:

emacs

perl

elisp

I found many of .el files from emacswiki.org that are useful for perl programming in emacs. Help me set it up. I am finding it troublesome to install all elisp files on my ubuntu 12.04.

  1. Perl completion
  2. Perl-pod-gt
  3. Perl now
  4. C Perl mode
  5. Perl-quote

emacswiki.org/emacs/PerlLanguage#Perl

like image 891
Chirag Avatar asked Jul 25 '12 18:07

Chirag


2 Answers

There's a ton out there, but I primarily just use CPerl mode.

Its fairly basic, but serves me well.

M-x cperl-mode

like image 191
Moses Avatar answered Sep 22 '22 20:09

Moses


Sepia is probably the most ambitious. I haven't used it extensively, but best I can tell it aims to be the SLIME of Perl programming.

like image 36
drewr Avatar answered Sep 19 '22 20:09

drewr