RE: RE: My script doesnt print out the output i like

2002-11-27 Thread Juban, Nix
RE: My script doesnt print out the output i like Hi, Juban, Nix, 2002-11-27 16:26:29 I think you missed a character in your letter. The line you mentioned should be as follows: while(1) { print $e[($i %= @e) ++], "\b"; } ^^

Re: RE: My script doesnt print out the output i like

2002-11-27 Thread Weijie Ding
Hi, Juban, Nix, 2002-11-27 16:26:29 I think you missed a character in your letter. The line you mentioned should be as follows: while(1) { print $e[($i %= @e) ++], "\b"; } ^^ the "%" can't be omitted. the modulo's values should be 0 to 3