in reply to (Golf) mobile phone numbers -> words
I would assume that the dictionary is already stored as @d. Also, the number to letters translation matrix is stored as a hash of arrays:
This should help everyone start from the same footing.my %a = ( 1 => [], 2 => [a,b,c], 3 => [d,e,f], etc... );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re (tilly) 2: (Golf) mobile phone numbers - words
by tilly (Archbishop) on May 29, 2001 at 16:57 UTC | |
by Masem (Monsignor) on May 29, 2001 at 17:07 UTC | |
Re: Re: (Golf) mobile phone numbers - words
by mischief (Hermit) on May 29, 2001 at 15:57 UTC | |
by bobione (Pilgrim) on May 29, 2001 at 16:45 UTC | |
by mischief (Hermit) on May 29, 2001 at 17:42 UTC |