Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using perl with emacs editor

Tags:

emacs

perl

I am new to perl and emacs and want to work with perl on the emacs editor

How can I add perl mode to emacs23 or configure it to work with perl more friendly ?

like image 892
john22 Avatar asked Sep 11 '11 18:09

john22


1 Answers

Don't forget that www.emacswiki.org is a gold mine ! There's a page on http://www.emacswiki.org/emacs/PerlLanguage

I think that the auto completion for the perl language is nice : http://www.emacswiki.org/emacs/PerlCompletion ; There's a vimeo screencast about the auto completion with perl and emacs here: http://vimeo.com/4739908

In addition, I think that you should use PDE :

Emacs::PDE is a collection of Emacs Lisp extensions to facilitate Perl programming. CPerl Mode has provided an excellent environment for coding; Emacs::PDE provides other common tools such as creating files using templates, smart compiling, perldoc, perltidy, debugger, tags tree view and so on. PDE also provides an easy configuration for Perl programing, and a tutorial for novices to start using Emacs.

like image 147
Sandro Munda Avatar answered Oct 03 '22 03:10

Sandro Munda