in reply to method dispatch question
my $mref = sub { $obj->method(@_) }; # and then later: $mref->(@stuff); # (no $self here at all) [download]