my $mref = sub { $obj->method(@_) }; # and then later: $mref->(@stuff); # (no $self here at all)