Tags:
editing1Add my vote for this tag create new tag
, view all tags

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

-- MartinCleaver - 20 Oct 2004, 05 Jun 2006

 
Topic revision: r2 - 05 Jun 2006 - 16:38:47 - MartinCleaver
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback