in reply to Re: Ref to Method?in thread Ref to Method?
That may be more obviously a method call as:
my $ref = foo->can('bar'); warn "$ref"; foo->$ref(); foo->tell(); [download]