Help for this page
sub routine { my $module = shift; my $routine = shift; ... my $return = &{Foo::Bar::$module::$routine}(@params); return $return; }