Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Fibonacci numbers

by suaveant (Parson)
on Oct 02, 2001 at 00:59 UTC ( [id://115979]=note: print w/replies, xml ) Need Help??


in reply to Fibonacci numbers

$i = 1; print "$i,"; print($i++,',') for(;;);
This will generate the fibonacci numbers... (and a few others), the professor can sort them out :)

                - Ant
                - Some of my best work - Fish Dinner

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-28 21:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found