On 2011-05-06 02:21, Mike McClain wrote:

     $fibs[$#fibs+1] = 2;

    push @fibs, 2;

--
Ruud


--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to