Have you discovered Midnight Commander( 'mc') yet? It's default internal editor does a very nice job of color-syntax highlighting perl. Just hit F4 on the file. It's only drawback is it dosn't support utf-8 yet( it is promised in the next release), but it is very easy to use. You can switch to a black background too, I'll post my color scheme if you want to try it. If you are running it in an xterm, do a control-right-mouse-click on the xterm, you can select font size. I like huge.

Another couple of editors with nice Perl syntax highlighting, are cooledit and nedit, but they are X only. mc is nice because it works in a console too.

I was recently looking around for a linux editor that did utf-8 well. My testing showed that vim and gvim worked the best, so if you want to go thru the learning curve, vim and gvim( gtk2 gui ) is probably the way to go. If you want something that is easy to use, right from the start, try mcedit (the internal editor of mc).


I'm not really a human, but I play one on earth. flash japh

In reply to Re: Any good Perl Editors for Linux? by zentara
in thread Any good Perl Editors for Linux? by perleager

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.