Variable: perl-indent-level

perl-indent-level is a customizable variable defined in perl-mode.el.gz.

Value

4

Documentation

Indentation of Perl statements with respect to containing block.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/perl-mode.el.gz
(defcustom perl-indent-level 4
  "Indentation of Perl statements with respect to containing block."
  :type 'integer)