in reply to Re: Re: Splitting each word in a string
in thread Splitting each word in a string
A question left unanswered gives only minimal damage. Wrong or incomplete answers are downright harmful.
As for Programming Perl, it writes:
If PATTERN is also omitted or is the literal space, " ", the function splits on whitespace, /\s+/, after skipping any leading whitespace.To me, that seems to indicate Programming Perl describes exactly the behaviour I mentioned.
-- Abigail
|
|---|