怎么在 Perl 6 中自定义存取器? 2023年7月10日 Perl 0条评论 232次阅读 0人点赞 How does one write custom accessor methods in Perl6? 我有一个类: class Wizard { has Int $.mana is rw; } 我可以这样做: my …