in reply to
String into Array
@results = split (/\s*/,$string);
[download]
matches zero or more times
Have a nice day
All decision is left to your taste
Comment on
Re: String into Array
Download
Code
In Section
Seekers of Perl Wisdom