Function: cperl-find-pods-heres-region

cperl-find-pods-heres-region is an interactive and byte-compiled function defined in cperl-mode.el.gz.

Signature

(cperl-find-pods-heres-region MIN MAX)

Documentation

Call cperl-find-pods-heres in the region between MIN and MAX.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defun cperl-find-pods-heres-region (min max)
  "Call `cperl-find-pods-heres'  in the region between MIN and MAX."
  (interactive "r")
  (cperl-find-pods-heres min max))