Help for this page
my $object = OtherPackage->new(...); $object->$_extend({ ... other_method => sub { ... }, }); return $object->some_method( $object->other_method );