Help for this page

Select Code to Download


  1. or download this
    (defun perl-sub (name)
      "Insert a new subroutine"
    ...
      (goto-char (match-end 0))
      (insert name)
      (search-forward "("))
    
  2. or download this
     '(cperl-close-paren-offset -4)
     '(cperl-continued-statement-offset 2)
    ...
     '(cperl-indent-parens-as-block t)
     '(cperl-label-offset 0)
     '(cperl-tab-always-indent t)