On Jul 09 2001, [EMAIL PROTECTED] wrote:
> while (1) {
> print $chars[$i++], "\r";
> select(undef, undef, undef, PAUSE);
> }
The index of the array/list should be ($i++)%@chars instead,
so that it does not get out of bounds.
[]s, Roger...
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Rog�rio Brito - [EMAIL PROTECTED] - http://www.ime.usp.br/~rbrito/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- Re: timer/display-DISPLAY WORKING;THANKS GoodleafJ
- Re: timer/display-DISPLAY WORKING;THANKS Jeff 'japhy' Pinyan
- RE: timer/display-DISPLAY WORKING;THANKS Rog�rio Brito
- RE: timer/display-DISPLAY WORKING;THANKS Wagner-David
