Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Puzzle Time

by Athanasius (Archbishop)
on Dec 23, 2012 at 10:21 UTC ( [id://1010086]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $p = 9                                   +   # 1 digit
           (9 * 8)                              +   # 2 digits
    ...
           (9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1);     # 9 digits
    
    say $p; # = 986,409
    
  2. or download this
    my $calls = 0;
    my $count = 0;
    ...
            pop  @digits;
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found