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