Help for this page
has $.foo; # public attribute has $:bar; # private attribute ... .:bar() # unary variant ... $self.bar() # calls public bar, not private.