http://qs321.pair.com?node_id=561373


in reply to Re^3: Multi-line comments in perl code?
in thread Multi-line comments in perl code?

Ow. Would it be too much to ask that it accept any sequence of opening brackets
Not to much to ask at all. At least, not as long as you can be satisfied with multiple repetitions of the same delimiter character. From the latest update of Synopsis 2:
  • For all quoting constructs that use user-selected brackets, multiple, adjacent, identical opening brackets must always be matched by an equal number of adjacent closing brackets. Bracket counting naturally applies only to sets of brackets of the same length:
        say #{{
            Comment contains unmatched } and { { { { plus a counted {{ ... }} pair.
        }} q<< <<woot>> >>   # says "<<woot>>"

Replies are listed 'Best First'.
Re^5: Multi-line comments in perl code?
by PetaMem (Priest) on Jul 17, 2006 at 06:46 UTC
    Awww, that will break my Emacs folding-mode (folding.el), which assumes folding start # {{{ and folding end # }}}

    Bye
     PetaMem
        All Perl:   MT, NLP, NLU