in reply to How can I count characters between two same substrings in a string where the substring is repeated more than 5 times?

Please suggest me which topics in perl would help me solve these problems.

Please see Perl documentation perlre (hard core), perlretut (thorough tutorial), perlrequick (quick tutorial), perlreref (quick reference). These are all also available at the command line via, e.g.,  perldoc perlre etc. See also the PerlMonks Tutorials Pattern Matching, Regular Expressions, and Parsing.

  • Comment on Re: How can I count characters between two same substrings in a string where the substring is repeated more than 5 times?
  • Download Code