I use perl mainly for sysadmin functions on Solaris boxen and use joe (similar to pico but with more features). For Windows (which I use mostly for playing with Perl) I have been using TextPad, which you can license for a nominal fee ($27US). Normally I don't like shareware/trialware, but after using Textpad for a while, I stopped using Write/Wordpad/Notepad altogether.

The only problem I've found with TextPad is that it doesn't handle large files very well (10+MB). But then, I'm not planning on writing any Perl programs that large (not yet, anyway).

I downloaded Open Perl IDE at home last night after reading your post and liked what I saw. I'm all for freeware, particularly if it is a well written and useful product, so I'm hoping it lives up to the expectations I developed after my first impressions of it. Thanks for the tip.

Update: After using it a bit on my home Win98 box, the only problem I've encountered is that it doesn't always exit nicely. About 40% of the time I have to cancel it to remove it from my task bar.

--Jim


In reply to Re: Open Source Perl IDE by jlongino
in thread Open Source Perl IDE by staeryatz

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.