my $foo = Foo->new; my $method = Foo->can('frequently_called_method'); $method->($foo, @args);