There are a few dozen built-in operators in Perl 6. To make the overview more structured, we will group them in groups corresponding to the categories that we described in the previous sections:
- Infix operators
- Postfix operators
- Circumfix operators
- Postcircumfix operators
In the following sections, we will examine operators of Perl 6 grouped into these categories. Within each category, operators are arranged in descending precedence.