Variable: cperl-indent-subs-specially
cperl-indent-subs-specially is a customizable variable defined in
cperl-mode.el.gz.
Value
t
Documentation
If non-nil, indent subs inside other blocks relative to "sub" keyword.
Otherwise, indent them relative to statement that contains the declaration. This applies to, for example, hash values.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-indent-subs-specially t
"If non-nil, indent subs inside other blocks relative to \"sub\" keyword.
Otherwise, indent them relative to statement that contains the declaration.
This applies to, for example, hash values."
:type 'boolean
:group 'cperl-indentation-details)