Help for this page

Select Code to Download


  1. or download this
    C-x h C-u M-| perltidy
    
  2. or download this
    (defun my-perltidy ()
      "Call perltidy on the current buffer.
    ...
                                 "perltidy"
                                 nil
                                 t)))
    
  3. or download this
    (add-hook 'cperl-mode-hook
              '(lambda ()
                 (local-set-key '[(control c) (control t)] 'my-perltidy)))