in reply to Bioperl: how to parse contig info from genbank scaffold file?
Depends on what you want to do and what your data looks like.
You've told us all about the irrelevant parts of the file, but you didn't say much of anything about the part you need.
It starts with CONTIG... and? Is it one line or several lines? Where does the contig section end? End of the file? At a fixed keyword? How large is the source file? How many occurrences of CONTIG are there in a single file, one or more? How many files, one or thousands?
And what do you want to do with the data? Just print it into a new file?
Edit: this was written before I realized that the OP was asking about the bioperl module, I thought this was about parsing a text file "manually" with a loop and regex. From the little information there is, it seems that a regex would still work, though.