Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Friday Golf: All 2-digit combinations

by hardburn (Abbot)
on Sep 26, 2003 at 13:55 UTC ( [id://294419]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for('00'..'99'){$h{$_}++if(!($h{$_}||$h{reverse$_}))}print keys%h
    
  2. or download this
    for('00'..'99'){if(!(exists$h{$_}||exists$h{reverse$_})){$h{$_}++}prin
    +t keys%h
    
  3. or download this
    for('00'..'99'){$h{$_}++if(!(exists$h{$_}||exists$h{reverse$_}))print 
    +keys%h
    

Log In?
Username:
Password:

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

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

    No recent polls found