Description
Perl programs can load classes by name and handle common require/import details through a safer helper interface. This is useful for plugin systems, frameworks, and applications that choose modules dynamically.
It is a developer library used inside other Perl software. Dynamic loading should still be limited to trusted class names because loaded code can run application logic.