![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Re: Regular Expression Questionby MrNobo1024 (Hermit) |
on Mar 27, 2001 at 21:45 UTC ( [id://67559]=note: print w/replies, xml ) | Need Help?? |
Did you mean split(/\s+/)? split(/\s*/) will split it into individual characters because /\s*/ can match a 0 character string.
In Section
Seekers of Perl Wisdom
|
|