$COMMENT_rex = qr{ - # - (?: - # - [^-]* # 0 or more non - (?: - [^-]+ )* # -, 1 or more non -, 0 or more times )? # optionally... [^-]* # 0 or more non - )* # 0 or more times -- \s* > # the ending --> }x; #### $COMMENT_rex = qr{