Variable: gud-perldb-command-name
gud-perldb-command-name is a customizable variable defined in
gud.el.gz.
Value
"perl -d"
Documentation
Default command to execute a Perl script under debugger.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defcustom gud-perldb-command-name "perl -d"
"Default command to execute a Perl script under debugger."
:type 'string)