Help for this page

Select Code to Download


  1. or download this
    my $object = OtherPackage->new(...);
    $object->$_extend({
    ...
       other_method => sub { ... },
    });
    return $object->some_method( $object->other_method );