Description
Perl programs can delay loading a class until the first time one of its methods is called. This can reduce startup cost for applications with optional features or many rarely used modules.
It is a developer library for runtime loading. Delayed loading can make failures appear later, so applications should test paths that depend on optional classes.