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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How do I split a file into parts
by chipmunk (Parson) on Nov 28, 2000 at 01:48 UTC | |
Re: How do I split a file into parts
by Fastolfe (Vicar) on Nov 22, 2000 at 18:41 UTC | |
Re: How do I split a file into parts
by galande (Initiate) on Nov 23, 2000 at 10:00 UTC | |
by repson (Chaplain) on Nov 23, 2000 at 17:55 UTC | |
Re: How do I split a file into parts
by tedv (Pilgrim) on Nov 28, 2000 at 02:31 UTC | |
Re: How do I split a file into parts
by repson (Chaplain) on Nov 23, 2000 at 17:29 UTC | |
by merlyn (Sage) on Nov 23, 2000 at 22:38 UTC |
Back to
Seekers of Perl Wisdom