in reply to extracting splices with a for-loop and splice()

I much prefer $stuff->[$i] to $$stuff[$i].

Replies are listed 'Best First'.
Re: Re: extracting splices with a for-loop and splice()
by Anonymous Monk on Jan 28, 2004 at 17:11 UTC
    I guess a matter of taste. I prefer the arrow operator when I'm deatling with objects references, but not with vars though.