Help for this page
use Modern::Perl; use Text::ParseWords; say for shellwords 'This is just an average looking string.';
This is ... average looking string.