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

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
  • Comment on Re^3: Perl Development Environment - Revisited

Replies are listed 'Best First'.
Re^4: Perl Development Environment - Revisited
by blazar (Canon) on Mar 16, 2007 at 14:16 UTC
    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.

Re^4: Perl Development Environment - Revisited
by mercutio_viz (Scribe) on Mar 15, 2007 at 04:16 UTC

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

    -MC