my $action = { doit => sub { $object->it( @_ ) } }; #### my $action = { doit => $object->can( 'it' ) };