in reply to Re: Why doesn't this for loop work like I expect?
in thread Why doesn't this for loop work like I expect?

I am enlightened! I like this method over the while loop too, because with the while loop, if the $#files wasn't an integer multiple of $num_cols, then I'd get null links on the last row of my table. It displays correctly, but it's still not "correct". Using the splice operator fixed that too.
  • Comment on RE: Re: Why doesn't this for loop work like I expect?