Variable: cperl-pod-here-scan

cperl-pod-here-scan is a customizable variable defined in cperl-mode.el.gz.

Value

t

Documentation

Not-nil means look for POD and here-docs sections during startup.

You can always make lookup from menu or using M-x cperl-find-pods-heres (cperl-find-pods-heres).

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-pod-here-scan t
  "Not-nil means look for POD and here-docs sections during startup.
You can always make lookup from menu or using \\[cperl-find-pods-heres]."
  :type 'boolean
  :group 'cperl-speed)