If your on Windows, try Homesite its not just for HTML, it has many nice code navigation features (bookmarks i think they call them). It also does a good job on syntax coloring for Perl. Additionally it has other features such as code snippets that can be tied to command key combinations, etc. Its been a version or 2 since i last used it heavily, but all the other programmers at work use it and swear by it.

If your on Mac OS X, try Project Builder, its part of the starndard Developer Tools (although I think XCode is replacing it, you can still download the old one though I'm sure). It has a number of features; you can split the current editor window into 2 panes, and scroll them independently; you can easily code and run perl script marcos from the current selection (which could launch browsers and such); you can substitute the normal "build" shell script with your own to perform just about anything you need it to do. It integrates nicely with the CVS installed with the Apple Developer Tools.

Any other platform, your on your own.

I will refrain from commenting on your coding style, and just say that i agree with chromatic and rkg.

-stvn

In reply to Re: Perl editor idea by stvn
in thread Perl editor idea by Wassercrats

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.