http://www.perlmonks.org?node_id=275771


in reply to Re: Re: suffix arrays
in thread suffix arrays

Hmmm... In 5.8.1-RC2,

perl -e'my $foo = "A string"; my @foo = map{\substr $foo, $_} 0..7; pr +int map {$$_,$/} @foo;' A string string string tring ring ing ng g $
5.8.1 does more of what I mean!

After Compline,
Zaxo