Function: cperl-next-interpolated-REx-0
cperl-next-interpolated-REx-0 is an interactive and byte-compiled
function defined in cperl-mode.el.gz.
Signature
(cperl-next-interpolated-REx-0)
Documentation
Move point to next REx which has interpolated parts without //o.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defun cperl-next-interpolated-REx-0 ()
"Move point to next REx which has interpolated parts without //o."
(interactive "")
(cperl-next-interpolated-REx 0))