Help for this page
use Text::ParseWords; @words = quotewords('\s+', 1, $text); $text = join ' ' => @words;