@array = (@array,$_); # copies the entire array every time #### push @array, $_; # does not copy the entire array every time