Variable: cperl-info-page
cperl-info-page is a customizable variable defined in
cperl-mode.el.gz.
This variable is obsolete since 30.1; The Perl info page is no longer maintained. Consider installing the perl-doc package from GNU ELPA to access Perl documentation.
Value
"perl"
Documentation
Name of the Info manual containing perl docs.
Older version of this page was called perl5, newer perl.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-info-page "perl"
"Name of the Info manual containing perl docs.
Older version of this page was called `perl5', newer `perl'."
:type 'string
:group 'cperl-help-system)