Emacs CPerlMode

See http://www.emacswiki.org/cgi-bin/wiki/CPerlMode

Use the following to load cperl mode instead of perl mode:

    ;;; cperl-mode is preferred to perl-mode                                        
    ;;; "Brevity is the soul of wit" <foo at acm.org>                               
    (defalias 'perl-mode 'cperl-mode)

Crawford's formatting options:

'(tab-width 4)
'(cperl-indent-parens-as-block t)

Very useful Perl menu
  • tools - F10 p t i = index all subs

-- Contributors: MartinCleaver - 20 Oct 2004, 05 Jun 2006
Topic revision: r2 - 21 Jan 2009, GilmarSantosJr
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy