| Previous | Next
Text::AbbrevGiven a list of strings, creates a hash of unambiguous abbreviations. Exports one function.
abbrev (\%hashref, list) Takes each string in list and constructs the hash referenced by fil => file file => file fin => find find => find Both "f" and "fi" are ambiguous, since they start both words, and therefore, they don't appear as keys. |