Perl 6 Perl 6 Documentation - The good, the bad, and the missing #27

Disambiguation

We may also use Perl 6 syntax to resolve ambiguities:

any          # could be lots of things

any()        # definitely the any() subroutine
&any         # also the any() subroutine

.any         # definitely an "any" method, class perhaps ambiguous
List.any     # definitely the "List.any" method

Any          # probably a type, but could be ambiguous
::Any        # almost certainly a type
Copyright © 2012
http://www.pmichaud.com/2012/pres/