cperl-indent-rules-alist
cperl-indent-rules-alist is a variable defined in `cperl-mode.el
'.
Its value is shown below.
Documentation:
Alist of indentation rules for CPerl mode.
The values mean:
nil: do not indent;
number: add this amount of indentation.
Value: ((pod nil) (here-doc nil) (here-doc-delim nil) (format nil) (in-pod nil) (comment-special:at-beginning-of-line nil) (string t) (comment nil))