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

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.