On Mar 19, 2015 3:02 AM, "Moritz Lenz" <[email protected]> wrote: > On 03/19/2015 12:40 AM, Tom Browder wrote: > So, you can have an attribute $!x and a method x, but if you write > > class A { > has $.x; > method x() {... } > } > > then the method will prevent the automatic accessor from being generated.
That looks like the "clash" I'm seeing: A.x calls the method and not the accessor! Thanks, Moritz. Best regards, -Tom
