in reply to RFC - Module for Google-like autocompletion

This topic forced me into thinkging mode: not long ago, I wrote binary search in JavaScript which can be used to produce comboboxes easily (with larger data files and without dynamic requests from server).

It has perl script which produce data, but now I think that I might write perl module which produce same data for easy inclusion in existing projects. I'm wondering if someone would find such module useful.

  • Comment on Re: RFC - Module for Google-like autocompletion