I am using Emacs and perltidy by adding the lines
to my Perl scripts.# (compile (concat "perltidy " (buffer-name)) nil) # (ediff-files (concat (buffer-name) ".tdy") (buffer-name))
Putting the cursor at the end of the added lines and entering control-X, control-E will execute perltidy and activate the ediff-files function in Emacs. Then I can select which part of my script I want to be changed.
In reply to Re: Formatting Perl code with Emacs
by bojinlund
in thread Formatting Perl code with Emacs
by isntvoid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |