Hello,

Can someone please suggest a better method than using

while (<>){
     s/[abc]/2/gi;
     # 3-8 left out for brevity
     s/[wxy]/9/gi;
}

to convert a list of words into numbers based on the
phone keypad?

thanks in advance,

-- Drew Cohan
[EMAIL PROTECTED]


__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

Reply via email to