Help for this page
my $pkg = ...; my $mod_file = ...; ... my $sym = do { no strict 'refs'; ${ "${pkg}::" }{ 'f_preferred' } }; my $ref = *$sym{CODE};