What is the value of auto-mode-alist? You may be going into perl-mode instead of cperl-mode. Here's sample line that puts me in cperl-mode when opening a test file:
(add-to-list 'auto-mode-alist '("\\.t$" . cperl-mode)) (setq cperl-indent-parens-as-block t)
In reply to Re^4: Specific Indentation request for perl in Emacs
by metaperl
in thread Specific Indentation request for perl in Emacs
by Yoyoson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |