Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: perl puzzle - cartoon couple registry (beginner, semi-golf)

by mrbbking (Hermit)
on Jun 11, 2002 at 23:57 UTC ( #173697=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #        1         2         3         4         5         6
    #23456789012345678901234567890123456789012345678901234567890
    print"$_ is married to $couples{$_}\n"for sort keys%couples
    
  2. or download this
    #        1         2         3         4         5         6
    #2345678901234567890123456789012345678901234567890123456789012
    print map{"$_ is married to $couples{$_}\n"}sort keys%couples
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2023-03-26 21:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?