$ref = \&Class::method; $instance = new Class; $ref->( $instance, @args ); # - calls method of Class for the given instance