http://www.perlmonks.org?node_id=76467


in reply to Re: Idea for Perl Learning Tool
in thread Idea for Perl Learning Tool

Says dze27:

<blocckquote> there is a really cool toolkit for doing regular expressions in the new ActiveState Komodo interface. Thanks! I am glad you liked that.

--
Mark Dominus
Perl Paraphernalia

Replies are listed 'Best First'.
Re: Re: Idea for Perl Learning Tool
by dze27 (Pilgrim) on Apr 30, 2001 at 18:03 UTC

    Absolutely. The way you get the immediate feedback on what is being matched is extremely helpful. Thank *you*!

    I don't know if this is the place for it, but I was thinking it would be even better (feeping creaturism, here we go) if you could have a list of strings to be matched. So instead of entering just one, you could enter N strings, maybe 1 per line, and watch the regexp match them at the same time.

      Says dze27:
      I was thinking it would be even better (feeping creaturism, here we go) if you could have a list of strings to be matched. So instead of entering just one, you could enter N strings, maybe 1 per line, and watch the regexp match them at the same time.
      I agree, and this idea appears in my original notes for the regex debugger. I will be releasing the code for the back-end after I give my talk about it at TPC5, and I hope the result will be that several people implement free regex debuggers and that at least one of them has this feature.

      The paper is online, should you want to read it.

      --
      Mark Dominus
      Perl Paraphernalia