Help for this page

Select Code to Download


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