I am working with a file that has 32 lines in the beginning of it that I don't want to have appear in the final output. Everytime the file is created, the same 32 lines will appear so the number of lines that I need to strip out from the beginning of the file is consistent.
I am somewhat familiar with how to use the File functions in Perl and I have used them in the past to filter out portions of a file that I *do* want, I just have never used it in the opposite fashion. I hope that this is somewhat coherent and makes sense..
Thanks in advance for any help anyone can provide!