in reply to Re: Perl Development Environment - Revisited
in thread Perl Development Environment - Revisited

Not long ago (last week), there was a thread on IDE's for Perl ;-)

SHEEPISH GRIN with BLUSHING

Thanks for that link. I totally missed that one. I did search for 'IDE' but I got so many non-related results that I went with the more specific searches that I previously mentioned...

-MC

  • Comment on Re^2: Perl Development Environment - Revisited

Replies are listed 'Best First'.
Re^3: Perl Development Environment - Revisited
by GrandFather (Saint) on Mar 13, 2007 at 19:58 UTC

    You also missed Perl IDE, Perl IDE and PERL IDE (although the last two are from 2003).

    The search is problematic however. With partial word matching IDE matches insIDE and condIDEr for example. Partial regex matching in Super Search would be nice, but it can be a pretty heavy hit on the server!


    DWIM is Perl's answer to Gödel
      The search is problematic however. With partial word matching IDE matches insIDE and condIDEr for example.

      Including spaces in the string to be found, i.e. " ide " and using anything that is not a space to separate strings would yield a search that wouldn't be perfect either, since for example it would miss "any IDE?", but would certainly come closer.

      Which is why I didn't bother with the hundreds of hits when I searched on "IDE"! :)

      -MC