Help for this page

Select Code to Download


  1. or download this
    has $.foo;            # public attribute
    has $:bar;            # private attribute
    ...
         .:bar()          # unary variant
    ...
    $self.bar()           # calls public bar, not private.