Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use Text::ParseWords;
    
    say for shellwords 'This is just an average looking string.';
    
  2. or download this
    This
    is
    ...
    average
    looking
    string.