in reply to tutorials / examples to start using Moo (or Class::Tiny, or...?)
If you haven't experienced how OO can help you organize your code, it is definitely worth learning, IMO. In that case, I find vanilla perl OO to be a good starting point, since you can see how it works more easily than with an OO framework. I started that way, then began using Object::Tiny to create accessors. In a new project, I would probably try Moo and friends.
|
|---|