Help for this page

Select Code to Download


  1. or download this
    sub nCommonSubstrLenL {
        my( $haystack, $needle, $len ) = @_;
    ...
        }
        return $count;
    }
    
  2. or download this
    sub nCommonSubstrLenL2 {
        my( $haystack, $needle, $len ) = @_;
    ...
        }
        return $count;
    }
    
  3. or download this
    sub nCommonSubstrGreaterLenL {
        my( $haystack, $needle, $len ) = @_;
    ...
    EF : 2
    DEF : 3
    Buk:4