perl-font-lock-keywords-1
perl-font-lock-keywords-1 is a variable defined in `perl-mode.el'.
Its value is
(("\\<\\(package\\|sub\\)\\>[ ]*\\(\\sw+\\)?"
(1 font-lock-keyword-face)
(2 font-lock-function-name-face nil t))
("\\<\\(import\\|no\\|require\\|use\\)\\>[ ]*\\(\\sw+\\)?"
(1 font-lock-keyword-face)
(2 font-lock-constant-face nil t)))
- This variable may be risky if used as a file-local variable.