Описание тега cperl-mode

`cperl-mode` is an Emacs mode for editing Perl that expands on the functionality of `perl-mode` and provides a variety of IDE-like editing, reference, and navigation functions.

cperl-mode is an Emacs mode for editing Perl that expands on the functionality of perl-mode and provides a variety of IDE-like editing, reference, and navigation functions.

cperl-mode offers:

  • Access to local perldoc-format documentation
  • Improved syntax highlighting vs. basic perl-mode
  • A wider variety of formatting options for Perl code
  • Automatic expansions of common constructs such as if, else, and while
  • Better integration of POD documentation in Perl modules