my $sub = $pkg->can('foo'); $sub->('param'); # or simply ... $pkg->can('foo')->('param');