- or download this
my $caller_pkg = caller();
...
# class attribute access helpers
*{$caller_pkg . '::__'} = \&__;
- or download this
class 'Perl6::Object' => {
...
....
## rest of the code
- or download this
name is Perl6::Object params is $VAR1 = {
...
}
};