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.
Back to
Seekers of Perl Wisdom