aaah, i know why. It's chomping it in memory... i have to overwrite the file... ugh
So, if i'm going line by line, chomp it. Now I need to rewrite the file right? How can i do that? I need the entire file contents to do that. Am I supposed to slurp and read line x line or just do a switch?
---- disregard, i get it now. I have to read it into an array and then write the array