http://www.perlmonks.org?node_id=42919

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

How do I split a file into parts based on specific delimeter? I have a file and I want to split it into a new file every time my prog. enounters a certain pattern. So, something like, "for every instance of "XXFFDDF" create new file". Ideas? Thanks

Originally posted as a Categorized Question.