I want to make it possible for the client to enter a name and for perl to return a match and also similar names. So lets say I enter Griffin, I would like -
returned. If I enter MacGee, I would have -
returned. If I entered McGinley I might get -
returned. Perhaps this search would work by matching say 50% of the letters in the search string, in order maybe. Any suggestions as to how I might do this? I'm extracting the array as a columb from a mysql database.