Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
each set of text between DELIMITING_TEXT into an array element, how to do that ?some junk DELIMITING_TEXT test1 test2 test3 test4 DELIMITING_TEXT test1 test2 test1 test2 test1 test2 DELIMITING_TEXT test1 test2 DELIMITING_TEXT some junk
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: split based upon string
by biohisham (Priest) on Feb 04, 2010 at 10:02 UTC | |
Re: split based upon string
by cdarke (Prior) on Feb 04, 2010 at 10:01 UTC | |
by mrdvt92 (Acolyte) on Feb 05, 2010 at 04:23 UTC | |
Re: split based upon string
by arc_of_descent (Hermit) on Feb 04, 2010 at 10:06 UTC | |
by almut (Canon) on Feb 04, 2010 at 10:54 UTC | |
Re: split based upon string
by ambrus (Abbot) on Feb 04, 2010 at 10:49 UTC |