in reply to Re^2: Array got modified!
in thread Array got modified!

What is the point in editing $ele, if you then discard it?

Replies are listed 'Best First'.
Re^4: Array got modified!
by exilepanda (Friar) on Oct 10, 2011 at 03:54 UTC
    haha.. sorry I mislead something... In general to say, I am not trying to edit the array, I just want to loop through and read the array

    By all means, I have to pick elements out, one by one, change to some expected pattern, then throw it to other subs to do something( which I didn't state in the code ).

    Also, it implies that, I will reuse the created array again, so that I don't want it changed.