Help for this page

Select Code to Download


  1. or download this
    my @realSentence = grep { / / } @sentences;
    
  2. or download this
    print "$_\n" for grep { / / } split /\./, $clean_text;