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

Re^3: Fibo Golf challenge on 3 monkeys

by jdalbec (Deacon)
on Jul 13, 2007 at 23:02 UTC ( [id://626543]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e '$a=1;for(A..J){print$a+=$b,$/,$b+=$a,$/}'
    
  2. or download this
    perl -e 'print$a+=$b||1,$/,$b+=$a,$/for A..J'
    
  3. or download this
    perl -e 'print$a+=$b,$/,$b+=$a||1,$/for A..J'
    

Log In?
Username:
Password:

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

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

    No recent polls found