Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Fibonacci Sequence

by tobyink (Canon)
on Feb 27, 2013 at 08:41 UTC ( [id://1020822]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $"++,grep{$.=$"+$^,print$.,$/;$^=$",$"=$.}$[..0x10
    
  2. or download this
    #                1         2         3
    #       12345678901234567890123456789012345678
    perl -E'$a=1;map{$.=$a+$b;$b=$a;say$a=$.}0..71'
    

Log In?
Username:
Password:

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

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

    No recent polls found