Perl 6 Documentation Language Types Routines Common Perl 6 infixes, prefixes, postfixes, and more! Operator Precedence Operator classification Term Precedence circumfix < > circumfix ( ) circumfix { } circumfix [ ] Method Postfix Precedence postcircumfix [ ] postcircumfix { } postcircumfix < > postcircumfix « » postcircumfix ( ) postfix . postfix .= postfix .^ postfix .? postfix .+ postfix .* postfix .postfix postfix .:<prefix> postfix .:: Autoincrement Precedence prefix ++ prefix -- postfix ++ postfix -- Exponentiation Precedence infix ** Symbolic Unary Precedence prefix ? prefix ! prefix + prefix - prefix ~ prefix | prefix +^ prefix ?^ prefix ^ Multiplicative Precedence infix * infix / infix div infix % infix %% infix mod infix +& infix +< infix +> infix gcd infix lcm Additive Precedence infix + in...