Help for this page
sub double_dispatch { my $self = shift; ... $arg->method($self, args => [@_]); }
sub double_dispatch { >>>>my $self = shift; ... >>>>$arg->method($self, >>>> args => [@_]); }