Variable: cperl-electric-parens-string
cperl-electric-parens-string is a customizable variable defined in
cperl-mode.el.gz.
Value
"({[]})<"
Documentation
String of parentheses that should be electric in CPerl.
Closing ones are electric only if the region is highlighted.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-electric-parens-string "({[]})<"
"String of parentheses that should be electric in CPerl.
Closing ones are electric only if the region is highlighted."
:type 'string
:group 'cperl-affected-by-hairy)