perl-font-lock-keywords
perl-font-lock-keywords 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.