http://www.perlmonks.org?node_id=766512


in reply to Re: fibo's 66 chars
in thread fibo's 66 chars

I starting going down that path too, but noticed that it fails for 1.
$ perl -e'@b=(0,1);@b=($b[1],$b[0]+$b[1])for(2..pop);print$b[1]' 1 1

Of all the causes that conspire to blind
Man's erring judgment, and misguide the mind,
What the weak head with strongest bias rules,
Is pride, the never-failing vice of fools.
-- Pope.