Scott Lambdin wrote: > What are the angle brackets for in this line? > > foreach $beforeLine (<@before>) { Angle brackets like that are used to read data from file handles. So no they shouldn't be there since you're just reading information from an array. -- Michael Peters Plus Three, LP