Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use Lingua::EN::Sentence qw( get_sentences );
    ...
    map { $seen{$_}++ and length $_ > length $LRS and $LRS = $_ }
      @{ get_sentences($sentences) };
    say $LRS;
    
  2. or download this
    Mr. Cat jumped over the dog.