in reply to Re: Breaking output lines into N-element chunks
in thread Breaking output lines into N-element chunks
Whats wrong with a perl loop? Why use a loop form that is inclined toward error when you dont have to?
for my $i (0..@vars-1){ }
Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re(3): Breaking output lines into N-element chunks
by FoxtrotUniform (Prior) on Apr 12, 2002 at 15:27 UTC | |
by demerphq (Chancellor) on Apr 15, 2002 at 09:55 UTC | |
by Juerd (Abbot) on Apr 15, 2002 at 10:05 UTC | |
by demerphq (Chancellor) on Apr 15, 2002 at 09:54 UTC |