in reply to Favorite Text Editor?
I, personally, use Emacs (X usually, but I might switch to GNU) to code Perl, or anything else. For viewing files, I use less. Reasons:
XEmacs
- dired-mode
- elisp
- indentation
- multiple-buffer, multiple-frame
- customizable ** 2
- gnuclient
less
- /
- somewhat like vi, in case I need to use vi in the future
- lightweight
- runs in terminal
In Section
Seekers of Perl Wisdom