>> @lines={1,2,3}; > > @lines = (1,2,3); Nice thought, but changing a line of example code that's only in my test program isn't going to get me far! As mentioned, in my real program that input is '@lines = <FILE>;'. Pushing onto that is what I'm trying to figure out. Robin