cperl-mode


'*1 (:foreground "DeepPink4"))))
'(font-lock-constant-face ((((class color) (background light)) (:foreground "DarkGreen"))))
'(font-lock-string-face ((((class color) (background light)) (:background "PowderBlue" :foreground "DarkSlateBlue"))))
'(font-lock-variable-name-face ((((class color) (background light)) (:foreground "DodgerBlue4")))))

(add-hook 'cperl-mode-hook
(function (lambda ()
(cperl-set-style 'PerlStyle))))

*1:"\\.pm$" . cperl-mode)
("\\.pl$" . cperl-mode)))

(custom-set-faces
;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
;; Your init file should contain only one such instance.
'(font-lock-comment-face ((((class color) (background light