Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: (Golf) mobile phone numbers - words

by the_slycer (Chaplain)
on May 29, 2001 at 20:00 UTC ( [id://83987]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub num{
    $k=shift;for(@_){chomp;$n=lc;$n=~y/abcdefghijklmnopqrstuvwxyz/22233344
    +455566677778889999/;push@{$h{$n}},$_;$h{$k}
    }
    
  2. or download this
    sub num{
    #23456789_123456789_123456789_123456789_123456789_123456789_123456789_
    +123456789_123456789_123456789_123456789_12345678
    $k=shift;for(@_){$n=$_;chomp;lc;y/abcdefghijklmnopqrstuvwxyz/222333444
    +55566677778889/;push@{$h{$k}},$n if$k=~$_}$h{$k}
    }
    
  3. or download this
    sub num{
    $k=shift;for(@_){chomp;lc;$n=$_;y/abcdefghijklmnopqrstuvwxyz/222333444
    +55566677778889/;push@h,$n if$k=~$_}@h
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://83987]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-23 22:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found