Variable: cperl-extra-perl-args

cperl-extra-perl-args is a customizable variable defined in cperl-mode.el.gz.

Value

""

Documentation

Extra arguments to use when starting Perl.

Currently used with cperl-check-syntax only.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-extra-perl-args ""
  "Extra arguments to use when starting Perl.
Currently used with `cperl-check-syntax' only."
  :type 'string
  :group 'cperl)