Variable: perl-nochange
perl-nochange is a customizable variable defined in perl-mode.el.gz.
Value
"\f"
Documentation
Lines starting with this regular expression are not auto-indented.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/perl-mode.el.gz
(defcustom perl-nochange "\f"
"Lines starting with this regular expression are not auto-indented."
:type 'regexp
:options '(";?#\\|\f\\|\\s(\\|\\(\\w\\|\\s_\\)+:[^:]"))