in reply to Re^2: Emptying (and refilling) an array.
in thread Emptying (and refilling) an array.

Maybe you shouldn't use ... as you seem to be thinking it behaves different from .., when it doesn't.

... is only different from .. in scalar context. (Or, if you want to be a doc lawyer, you could point out that perlop doesn't actually define the behaviour of ... in list context - but in such a case, you shouldn't use it either ;-))