in reply to Know of a perl editor with syntax highlighting?

I am using MultiEdit. Is smart, customizable, all features you want, and then some: - Integrated help pointing to proper Perl function names. - Templates, activated by space, so typing if<space> will expand to if ( ){ } else {}, of course eproperly aligned. - can compile/execute perl and read lines with errors, so you click on line with error will get you into source. - Multi-file search and replace. - Integrated FTP. - Excellent HTML editor. MultiEdit is the best editor for any (programming)language what I am aware of. www.multiedit.com
  • Comment on Re: Know of a perl editor with syntax highlighting?