Ryan Richter ryan-at-tau.solarneutrino.net |Perl 6| wrote:
You've declared method a twice here.
According to S12, "You may write your own accessors to override any or all of the autogenerated ones."
has $!a; method a { $!a } The variable is always really the $! form.
I'm catching on.