Tilly,

Thanks for the tips, bro. I especially like the first one, if I understand you correctly. Instead of using arbitrary numbers to match code, just use a hash. Very neat. I'll try that out.

As far as learn my editor better, well, one of the major reasons I wrote this program is because I do web design with Dreamweaver which does not have change of case functionality. Also, I use UltraEdit in Windows which also has limited text processing capabilities. It's no Vim or Emacs as far as shortcut keys go. However, UE works very well as a cheap IDE, allowing me to run test code and debug Perl programs very quickly. I tried using Vim (which I used fairly extensively when I used Linux) in Windows the other night but found it a huge pain to use just to test some simple code compared to UE. And I don't really do enough programming to be able to take full advantage of a Vim or Emacs. I've written maybe 6 to 10 small Perl programs in the last year. So by the time it's time for me to write another program, I've all but forgotten what what the shortcut keys are. It gets very frustrating having to look up the simplest keystrokes over and over. But I'm certainly open to suggestions for a better IDE/editor for Perl on Windows if you can recommend one.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff";
$nysus = $PM . $MCF;
Click here if you love Perl Monks


In reply to Re: Re: One button text processing by nysus
in thread One button text processing by nysus

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.