Thanks for making your first writeup a reply to my post! Objects were a whole other level of Perl that I was nowhere near ready for when I began my script. I've read a little more about OO programming recently, and I still don't want to take the time to learn it right now, but it's true that I had no idea what my script was going to become when I started it. I don't doubt that it would be better written using objects though.

Some day, I'll improve my skills enough so I could do things more conventionally, and so I would have more tools at my disposal. I think I could contribute more to the Perl community that way too. One of the reasons I'd be reluctant to release a subroutine of my script as a Perl module is that it would probably be pounced upon and improved beyond recognition and beyond my ability to work with it any longer, and I wouldn't want to lose my first baby.

I just downloaded Eclipse and was going to try the EPIC editor plug-in, then I was told about Emacs in this thread and was going to try that, and now I see there are even more editors I could try (I'm on Windows XP). I'm not sure what I'm going to do.


In reply to Re: Re: Re: Perl editor idea by Wassercrats
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.