Help for this page
use strict; use warnings; ... count( substr( $string, 1 ) ); }
ec => 2 ecd => 2 ... abc => 3 bc => 3 cd => 3
e => 2 a => 4 ... d => 3 ec => 2 b => 3