
thodi
stranger
Oct 29, 2002, 11:00 AM
Post #2 of 2
(241 views)
|
|
Re: [yaniv_av] spliting array into records with a word-delimiter
[In reply to]
|
Can't Post
|
|
Funny, my perldoc tells me that split uses a pattern and not a single character.
my @bodies = split /<\/BODY>/, join '', <DATA>;
(This post was edited by thodi on Oct 29, 2002, 11:01 AM)
|