Description
Perl programs can load modules when the module name is known only at runtime. This helps plugin systems, optional integrations, loaders, and compatibility code choose features dynamically.
It is a developer library. Dynamic loading should be restricted to trusted module names, because loading arbitrary input can execute code the application did not intend to run.