Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Friday Golf: All 2-digit combinations

by dragonchild (Archbishop)
on Sep 26, 2003 at 14:00 UTC ( [id://294422]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub checker
    {
    ...
    9900102030405060708091121314151617181922324252627282933435363738394454
    +6474849556575859667686977879889
    Checking   ...
    Ok
    
  2. or download this
    #0         1         2         3         4         5         6        
    + 7         8
    #012345678901234567890123456789012345678901234567890123456789012345678
    +901234567890
     for$x(0..9){for$y(0..9){/$x$y/||(/^$y/?$_=$x.$_:(/$x$/?$_.=$y:($_.=$x
    +.$y)))}}$_
    
  3. or download this
    #0         1         2         3         4         5         6        
    + 7
    #012345678901234567890123456789012345678901234567890123456789012345678
    +9012345
     for$x(0..9){for$y(0..9){/$x$y/||($_=/^$y/?$x.$_:/$x$/?$_.$y:$_.$x.$y)
    +}}$_
     for$x(0..9){for$y(0..9){$_=/$x$y/?$_:/^$y/?$x.$_:/$x$/?$_.$y:$_.$x.$y
    +}}$_
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (8)
As of 2024-04-18 09:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found