7.2. Using Simple Patterns To match a pattern (regula...
  8.2. Option Modifiers Several option modifier letters...
  8.1. Matches with m// We've been writing patterns...
  8.4. The Binding Operator, =~ Matching against $_ is ...
  8.3. Anchors By default, if a pattern doesn't mat...
  8.6. The Match Variables So far, when we've put p...
  8.5. Interpolating into Patterns The regular expressi...
  8.8. Precedence With all of these metacharacters in r...
  8.7. General Quantifiers A quantifier in a pattern me...
  9.1. Substitutions with s/// If you think of the m// ...