ORM::ActiveRecord has-many through
ORM::ActiveRecord now has support for has-many through relationships.
ORM::ActiveRecord now has support for has-many through relationships.
Raku's string split routine accepts a scalar as well as a list for its delimiter.
It has been decided that Perl 6 will be renamed to Raku.
It is often the case in object oriented programming you need to compare two objects to see if they are the same. Usually it just means doing a deeper comparison of the attributes on each object.