NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
If you use vim ... (Score:2)
This is a bit of a hack, but if you use vim, try this:
Then, if you enter visual mode (hitting ctrl-v and selecting the lines you want), you can just type ,pt and it will reformat the lines you've selected -- event if they're in POD. You'll still need to bump them over a space, but it's better than nothing!
I'm sure emacs has something similar, I just don't know what it is.
Reply to This
For Emacs users (Score:1)
shell-command-on-region, which is bound toM-|by default. To tidy the region, typeC-u M-| perltidy RET