Auch wenn ich das nicht gut finde, aber es geht:
require $f;
no strict 'refs';
my $x = *{$m .'::process'};
$x->();
$f <-> äm ?
Hier mein equivalent.
~~~perl
no strict 'refs';
my $x = *{$mod .'::process'};
($error, $content) = $x->();
Undefined subroutine &test::process called at
mfg Beat
--