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


in reply to Re^2: finding number of contiguous letters
in thread finding number of contiguous letters

GrandFather,
If you are feeling bored, I would be interested in seeing how my unpack solution I came up with for Challenge: Fast Common Substrings does. In a nutshell, we programmatically generate a template to extract all substrings of a given length.

Cheers - L~R