Description
Perl code can load modules and resolve module names at runtime in a controlled way. This is useful for optional features, adapters, plugin systems, and tools that decide which Perl module to use while running.
It is a developer library. Dynamic loading should avoid untrusted module names or library paths, because it can execute code chosen at runtime.