in reply to
Splitting each word in a string
my @array = split /\s+/, $string;
[download]
Update:
bah, too slow
Azatoth a.k.a Captain Whiplash
Make Your Die Messages Full of Wisdom!
Get YOUR PerlMonks Stagename here!
Want to speak like a Londoner?
Comment on
Re: Splitting each word in a string
Download
Code
In Section
Seekers of Perl Wisdom