in reply to Re^4: Generate the perl sequence 1, 11, 111, ....
in thread Generate the perl sequence 1, 11, 111, ....
I personally find it much harder to mentally parse the for my $i ( 1 .. $counter ) because it forces me to remember whether the .. operator is a toggle or a list generator, and then I have to wonder if list generation is less efficient than the C-style comparison and increment operators.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Generate the perl sequence 1, 11, 111, ....
by ikegami (Patriarch) on Oct 19, 2008 at 16:41 UTC |