in reply to
How to split to the sentence by first whitespace as delimiter?
print ($string =~ /(\s)(.*?)\1(.*)/)[1,2];
Comment on
Re: How to split to the sentence by first whitespace as delimiter?
Download
Code
In Section
Seekers of Perl Wisdom