![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: split lineby gaal (Parson) |
on Jul 28, 2008 at 21:11 UTC ( #700645=note: print w/replies, xml ) | Need Help?? |
You're trying to split on a separator that is literally a space between quote marks. Instead, you want to split on any amount of consecutive whitespace:
Note that you have leading spaces in your string; you may want to strip those out before splitting.
In Section
Seekers of Perl Wisdom
|
|