in reply to Re^2: Changing array by changing $_?in thread Changing array by changing $_?
Loop variables are always aliases for the elements of the array. So it doesn't matter whether you give them a name or not.