use Text::Soundex;
$code = soundex $string; # Get soundex code for a string
@codes = soundex @list; # Get list of codes for list of strings
Returns the value of the variable $soundex_nocode
if there is no soundex code representation for a string.
$soundex_nocode is initially set to
undef, but can be reset to another value. For
example:
$soundex_nocode = 'Z000';
 |  |  |
8.206. Text::ParseWords |  | 8.208. Text::Tabs |