The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

section - select document sections

SYNOPSIS

  section --select-id foo --select-class bar --select-name "the title"
  section --select '#foo' --select .bar --select '"the title"'

DESCRIPTION

    ---
    multifilter:
      - filter: section
      - options:
        - select: .keep
    ...