Help for this page

Select Code to Download


  1. or download this
    use Tree::Suffix;
    
    ...
    my $tree = Tree::Suffix->new($string);
    
    print "$_\n" for $tree->lrs;
    
  2. or download this
    The cat jumped over the dog.