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