Closures are immensely simple, powerful, flexible constructs that simplify a variety of situations programming. Perl and Raku have "first-class" sub's and thus offer effective closures. This talk extends last year's descriptions of using closures to a Flyweight object in Perl ("Object::Trampoline") and a basic Raku Tree class, showing ways to integrate Raku's coderef syntax with the class.